Fix food-tray -> oven-tray interaction (#92961)

This commit is contained in:
MrMelbert
2025-09-14 22:28:40 +02:00
committed by GitHub
parent 1ec78f83d0
commit 0603cfc385
+1 -2
View File
@@ -26,8 +26,7 @@
/obj/item/plate/item_interaction(mob/living/user, obj/item/tool, list/modifiers)
if(!IS_EDIBLE(tool))
balloon_alert(user, "not food!")
return ITEM_INTERACT_BLOCKING
return NONE
if(tool.w_class > biggest_w_class)
balloon_alert(user, "too big!")
return ITEM_INTERACT_BLOCKING