Merge pull request #6351 from tigercat2000/goonchat_administrator_tools

Goonchat Admin Filters
This commit is contained in:
Crazy Lemon
2017-02-14 13:09:24 -08:00
committed by GitHub
8 changed files with 128 additions and 13 deletions
+3 -3
View File
@@ -161,13 +161,13 @@
for(var/mob/O in viewers(messagesource, null))
if(attack_verb.len)
O.show_message("<span class='danger'>[M] has been [pick(attack_verb)] with [src][showname] </span>", 1)
O.show_message("<span class='combat danger'>[M] has been [pick(attack_verb)] with [src][showname] </span>", 1)
else
O.show_message("<span class='danger'>[M] has been attacked with [src][showname] </span>", 1)
O.show_message("<span class='combat danger'>[M] has been attacked with [src][showname] </span>", 1)
if(!showname && user)
if(user.client)
to_chat(user, "<span class='danger'>You attack [M] with [src]. </span>")
to_chat(user, "<span class='combat danger'>You attack [M] with [src]. </span>")