[MIRROR] Fix a bunch of issues and runtimes (#11145)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-05 12:47:08 -07:00
committed by GitHub
parent 199e857d15
commit 46c940fbdf
68 changed files with 205 additions and 234 deletions

View File

@@ -92,7 +92,9 @@
for (var/atom/movable/A in contents)
A.forceMove(get_turf(src))
food_items = 0
to_chat(user, span_notice("You remove all the solid items from the [src]."))
update_icon()
/obj/item/reagent_containers/cooking_container/proc/check_contents()
if (contents.len == 0)
@@ -105,8 +107,6 @@
/obj/item/reagent_containers/cooking_container/AltClick(var/mob/user)
do_empty(user)
food_items = 0
update_icon()
//Deletes contents of container.
//Used when food is burned, before replacing it with a burned mess