[MIRROR] Prevents tourettes from stacking (#7253)

* fixes tourettes being cancer (#38682)

Prevents tourettes from stacking

* Prevents tourettes from stacking
This commit is contained in:
CitadelStationBot
2018-06-25 20:21:17 -05:00
committed by kevinz000
parent 791dcaac05
commit e244438443
+1 -1
View File
@@ -101,7 +101,7 @@
text_gain_indication = "<span class='danger'>You twitch.</span>"
/datum/mutation/human/tourettes/on_life(mob/living/carbon/human/owner)
if(prob(10) && owner.stat == CONSCIOUS)
if(prob(10) && owner.stat == CONSCIOUS && !owner.IsStun())
owner.Stun(200)
switch(rand(1, 3))
if(1)