mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Fix a bunch of issues and runtimes (#11145)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
199e857d15
commit
46c940fbdf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user