Fix calorite golem

Remove BLESSED foodtype.
Add blessed flag.
Use blessed flag instead of foodtype.
This commit is contained in:
psq95
2023-05-13 15:51:26 +01:00
parent de42a51f60
commit 93443960ae
3 changed files with 5 additions and 9 deletions
+2 -1
View File
@@ -15,6 +15,7 @@
resistance_flags = FLAMMABLE
var/foodtype = NONE
var/last_check_time
var/blessed = 0 // GS13
/obj/item/reagent_containers/food/Initialize(mapload)
. = ..()
@@ -47,4 +48,4 @@
SEND_SIGNAL(H, COMSIG_ADD_MOOD_EVENT, "breakfast", /datum/mood_event/breakfast)
last_check_time = world.time
#undef STOP_SERVING_BREAKFAST
#undef STOP_SERVING_BREAKFAST