Makes single Man Up give the same message to that person as the global.

This commit is contained in:
Mars
2018-03-22 11:12:56 +01:00
parent d94c3d1779
commit 9162507c93
+2 -2
View File
@@ -974,8 +974,8 @@ var/list/admin_verbs_ticket = list(
if(!check_rights(R_ADMIN))
return
to_chat(T, "<span class='notice'><b><font size=3>Man up and deal with it.</font></b></span>")
to_chat(T, "<span class='notice'>Move on.</span>")
to_chat(T, "<br><center><span class='notice'><b><font size=4>Man up.<br> Deal with it.</font></b><br>Move on.</span></center><br>")
T << 'sound/voice/ManUp1.ogg'
log_admin("[key_name(usr)] told [key_name(T)] to man up and deal with it.")
message_admins("[key_name_admin(usr)] told [key_name(T)] to man up and deal with it.")