Merge pull request #2166 from Citadel-Station-13/upstream-merge-29540

[MIRROR] Fixes mutation toxins not stunning properly
This commit is contained in:
ktccd
2017-07-31 21:46:03 +02:00
committed by GitHub

View File

@@ -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