Fixes mutation toxins not stunning properly

This commit is contained in:
CitadelStationBot
2017-07-28 09:02:02 -05:00
parent 3f8acbc2c4
commit e3334ad1a8
@@ -410,7 +410,7 @@
return
to_chat(H, "<span class='warning'><b>You crumple in agony as your flesh wildly morphs into new forms!</b></span>")
H.visible_message("<b>[H]</b> falls to the ground and screams as [H.p_their()] skin bubbles and froths!") //'froths' sounds painful when used with SKIN.
H.Knockdown(60, 0)
H.Knockdown(60)
addtimer(CALLBACK(src, .proc/mutate, H), 30)
return