silent is broken as fuck

Removes the message that checks if a mob is silent; silent is just plain broken.
This commit is contained in:
Cluwnes Honk
2014-01-22 21:03:20 -08:00
committed by ZomgPonies
parent f54a35db72
commit 6478e2e1d7
+1 -2
View File
@@ -20,8 +20,7 @@
user << "\red You don't know how to use this!"
return
if(user.mind.assigned_role == "Mime")
if(!user.silent)
user << "\red You feel that breaking your vow of silence is enough."
user << "\red Being a mime, you really shouldn't use this."
return
if(spamcheck)
user << "\red \The [src] needs to recharge!"