mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -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,\
|
||||
|
||||
Reference in New Issue
Block a user