Prevents mimes from using the megaphone.

if(user.silent) didn't work. This is the next best thing.
This commit is contained in:
Cluwnes Honk
2014-01-23 10:34:03 -05:00
committed by ZomgPonies
parent 959d3137da
commit f54a35db72
+3 -1
View File
@@ -19,7 +19,9 @@
if(!ishuman(user))
user << "\red You don't know how to use this!"
return
if(user.silent)
if(user.mind.assigned_role == "Mime")
if(!user.silent)
user << "\red You feel that breaking your vow of silence is enough."
return
if(spamcheck)
user << "\red \The [src] needs to recharge!"