Update cakegolem.dm

This commit is contained in:
eyespy
2023-02-23 22:11:22 +11:00
parent 71ae49d051
commit 5502136153
+2 -2
View File
@@ -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)