Fixes #452, people who are silenced for whatever reason or miming can't use the megaphone

This commit is contained in:
d3athrow
2014-01-25 12:26:54 -05:00
committed by ZomgPonies
parent 9364a81746
commit 253035f935
+2 -2
View File
@@ -19,8 +19,8 @@
if(!ishuman(user))
user << "\red You don't know how to use this!"
return
if(user.mind.assigned_role == "Mime")
user << "\red Being a mime, you really shouldn't use this."
if(user.miming || user.silent)
user << "\red You find yourself unable to speak at all."
return
if(spamcheck)
user << "\red \The [src] needs to recharge!"