Skip to content

Commit

Permalink
Re-bonk reagents on kitchen appliances (ParadiseSS13#28185)
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyMan3595 authored Jan 30, 2025
1 parent 9a7aee8 commit 7f9305f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +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
return ..()
else if(istype(used, /obj/item/storage))
var/obj/item/storage/S = used
if(!S.allow_quick_empty)
Expand Down

0 comments on commit 7f9305f

Please sign in to comment.