Make the popsicle appear on its stick when spawned (#59538)

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
oranges
2021-06-08 12:04:29 -07:00
committed by GitHub
co-authored by Mothblocks
parent bb1bc2a08b
commit 5192deaa23
+1
View File
@@ -227,6 +227,7 @@
/obj/item/food/popsicle/Initialize()
. = ..()
bite_consumption = reagents.total_volume / bite_states
update_icon() // make sure the popsicle overlay is primed so it's not just a stick until you start eating it
/obj/item/food/popsicle/MakeEdible()
AddComponent(/datum/component/edible,\