mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Prevents mimes from using the megaphone.
if(user.silent) didn't work. This is the next best thing.
This commit is contained in:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user