Skip to content

Commit d28cebe

Browse files
committed
fixed Kill Message
1 parent a01b1c1 commit d28cebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scp079Rework/EventHandlers.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private void OnDeath(Synapse.Api.Events.SynapseEventArguments.PlayerDeathEventAr
2929
if(ev.Victim.RoleID == 79)
3030
ev.Killer.SendBroadcast(3,"<i>You have killed <color=red>Scp079-Robot");
3131
if (ev.Killer.RoleID == 79)
32-
ev.Victim.OpenReportWindow("<i><color=red>Scp079-robot</color> killed you");
32+
ev.Victim.OpenReportWindow("<i><color=red>Scp079-robot</color> killed you</i>");
3333
}
3434

3535
private void OnKeyPress(Synapse.Api.Events.SynapseEventArguments.PlayerKeyPressEventArgs ev)

0 commit comments

Comments
 (0)