Update cakegolem.dm

This commit is contained in:
Pinta
2023-02-23 00:17:02 -05:00
parent b81508b4d2
commit cd6eaf382f
+2 -2
View File
@@ -43,8 +43,8 @@
/mob/living/simple_animal/friendly/cakegolem/attack_hand(mob/living/L)
. = ..()
if(.) //the attack was blocked
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)
L.reagents.add_reagent(/datum/reagent/consumable/nutriment/vitamin, 0.4)