This commit is contained in:
KorPhaeron
2017-05-03 08:08:14 -04:00
parent 2490d201a9
commit b7864be38a
27 changed files with 70 additions and 65 deletions
+1 -1
View File
@@ -247,7 +247,7 @@
else if((findtext(message, silence_words)))
cooldown = COOLDOWN_STUN
for(var/mob/living/carbon/C in listeners)
if(user.mind && (user.mind.assigned_role == "Librarian" || user.mind.assigned_role == "Mime"))
if(user.mind && (user.mind.assigned_role == "Curator" || user.mind.assigned_role == "Mime"))
power_multiplier *= 3
C.silent += (10 * power_multiplier)