From 167e8defd49572fc332d19ccb7c26260a64d2416 Mon Sep 17 00:00:00 2001 From: vuonojenmustaturska Date: Thu, 30 Nov 2017 23:10:05 +0200 Subject: [PATCH] runtime fix --- code/modules/mob/living/carbon/human/human_defense.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 4e81e7eba9a..0d05eca726f 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -355,7 +355,8 @@ /mob/living/carbon/human/ex_act(severity, target, origin) - + if (!severity) + return if(origin && istype(origin, /datum/spacevine_mutation) && isvineimmune(src)) return ..()