Damn it, web editor

This commit is contained in:
Markolie
2017-02-22 20:15:27 +01:00
parent ef446d2391
commit 58ae83724c
+2 -2
View File
@@ -13,8 +13,8 @@
/obj/item/device/megaphone/attack_self(mob/living/user as mob)
if(user.client && (user.client.prefs.muted & MUTE_IC))
to_chat(src, "<span class='warning'>You cannot speak in IC (muted).</span>")
return
to_chat(src, "<span class='warning'>You cannot speak in IC (muted).</span>")
return
if(!ishuman(user))
to_chat(user, "<span class='warning'>You don't know how to use this!</span>")
return