mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Re-bonk reagents on kitchen appliances (#28185)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user