From 55021361538925f19237a8f96f762bf01a96c370 Mon Sep 17 00:00:00 2001 From: eyespy <104491498+eyespy2222@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:11:22 +1100 Subject: [PATCH] Update cakegolem.dm --- GainStation13/code/mobs/cakegolem.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GainStation13/code/mobs/cakegolem.dm b/GainStation13/code/mobs/cakegolem.dm index 8d91e787..01eea0b0 100644 --- a/GainStation13/code/mobs/cakegolem.dm +++ b/GainStation13/code/mobs/cakegolem.dm @@ -43,8 +43,8 @@ /mob/living/simple_animal/friendly/cakegolem/attack_hand(mob/living/L) . = ..() - if(.) //the attack was blocked - return + //if(.) //the attack was blocked + //return if(L.a_intent == INTENT_HARM && L.reagents && !stat) L.reagents.add_reagent(/datum/reagent/consumable/nutriment, 0.4) L.reagents.add_reagent(/datum/reagent/consumable/nutriment/vitamin, 0.4) \ No newline at end of file