Fix tourettes function overload (#42592)

This commit is contained in:
Nirnael
2019-02-01 18:25:35 +01:00
committed by ShizCalev
parent 2abce81707
commit 2509decbc9
+1 -1
View File
@@ -110,7 +110,7 @@
quality = NEGATIVE
text_gain_indication = "<span class='danger'>You twitch.</span>"
/datum/mutation/human/tourettes/on_life(mob/living/carbon/human/owner)
/datum/mutation/human/tourettes/on_life()
if(prob(10) && owner.stat == CONSCIOUS && !owner.IsStun())
owner.Stun(200)
switch(rand(1, 3))