Re-bonk reagents on kitchen appliances (#28185)

This commit is contained in:
Charlie Nolan
2025-01-30 04:54:21 -08:00
committed by GitHub
parent 9a7aee88bd
commit 7f9305f23c
@@ -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)