From 88ae4297201a69f972ec1ca61b81bcbdd9af063f Mon Sep 17 00:00:00 2001 From: Seris02 Date: Sat, 22 Feb 2020 19:45:57 +0800 Subject: [PATCH] runtime fix --- code/datums/mutations/actions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/mutations/actions.dm b/code/datums/mutations/actions.dm index 65dc19ad5d..6dec14bc36 100644 --- a/code/datums/mutations/actions.dm +++ b/code/datums/mutations/actions.dm @@ -406,7 +406,7 @@ force = 2 throwforce = 15 //15 + 2 (WEIGHT_CLASS_SMALL) * 4 (EMBEDDED_IMPACT_PAIN_MULTIPLIER) = i didnt do the math throw_speed = 4 - embedding = list("embedded_pain_multiplier" = 4, "embed_chance" = 100, "embedded_fall_chance" = 0, "embedded_ignore_throwspeed_threshold" = TRUE) + embedding = list("embedded_pain_multiplier" = 4, "embed_chance" = 100, "embedded_fall_chance" = 0) w_class = WEIGHT_CLASS_SMALL sharpness = IS_SHARP var/mob/living/carbon/human/fired_by