From a75bd309116af5697b2cc0264676c2bc15aea734 Mon Sep 17 00:00:00 2001 From: Ghom <42542238+Ghommie@users.noreply.github.com> Date: Fri, 10 Apr 2020 19:54:12 +0200 Subject: [PATCH] Update carbon_defense.dm --- code/modules/mob/living/carbon/carbon_defense.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index 53b402e647..9c4f0316b7 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -275,7 +275,7 @@ if(health >= 0 && !(HAS_TRAIT(src, TRAIT_FAKEDEATH))) var/friendly_check = FALSE - if(check_shields(M, 0, M.name, attack_type = UNARMED_ATTACK)) + if(run_block(M, 0, M.name, ATTACK_TYPE_UNARMED)) return if(lying) if(buckled)