Skip to content

Commit

Permalink
Fix more chef bonks.
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyMan3595 committed Jan 29, 2025
1 parent 2f80db2 commit 773a392
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
if(!(R.id in GLOB.cooking_reagents[recipe_type]))
to_chat(user, "<span class='alert'>Your [used.name] contains components unsuitable for cookery.</span>")
return ITEM_INTERACT_COMPLETE
return ITEM_INTERACT_COMPLETE
else if(istype(used, /obj/item/storage))
var/obj/item/storage/S = used
if(!S.allow_quick_empty)
Expand All @@ -144,6 +145,7 @@
S.remove_from_storage(ingredient, src)
CHECK_TICK
SStgui.update_uis(src)
return ITEM_INTERACT_COMPLETE

else if(istype(used, /obj/item/grab))
var/obj/item/grab/G = used
Expand Down

0 comments on commit 773a392

Please sign in to comment.