This commit is contained in:
Mike Long
2017-06-16 16:18:19 -04:00
committed by Leo
parent 0859fdb684
commit 3ddef57ecf
10 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -277,7 +277,7 @@
else if((findtext(message, vomit_words)))
cooldown = COOLDOWN_STUN
for(var/mob/living/carbon/C in listeners)
C.vomit(10 * power_multiplier)
C.vomit(10 * power_multiplier, distance = power_multiplier)
//SILENCE
else if((findtext(message, silence_words)))