Skip to content

Commit

Permalink
fixed Kill Message
Browse files Browse the repository at this point in the history
  • Loading branch information
GrafDimenzio committed Dec 29, 2020
1 parent a01b1c1 commit d28cebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scp079Rework/EventHandlers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private void OnDeath(Synapse.Api.Events.SynapseEventArguments.PlayerDeathEventAr
if(ev.Victim.RoleID == 79)
ev.Killer.SendBroadcast(3,"<i>You have killed <color=red>Scp079-Robot");
if (ev.Killer.RoleID == 79)
ev.Victim.OpenReportWindow("<i><color=red>Scp079-robot</color> killed you");
ev.Victim.OpenReportWindow("<i><color=red>Scp079-robot</color> killed you</i>");
}

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

0 comments on commit d28cebe

Please sign in to comment.