From e3334ad1a800467ec8f446f5f350ea3073a1ec7c Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 28 Jul 2017 09:02:02 -0500 Subject: [PATCH] Fixes mutation toxins not stunning properly --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index fb7b99ce4d..fe3cfb1c1a 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -410,7 +410,7 @@ return to_chat(H, "You crumple in agony as your flesh wildly morphs into new forms!") H.visible_message("[H] 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