Update stack.dm (#31850)

This commit is contained in:
CRUNCH
2026-04-07 04:41:35 +01:00
committed by GitHub
parent 79808d261e
commit 48ffe9dd63
+4
View File
@@ -90,6 +90,10 @@
if(..())
return ITEM_INTERACT_COMPLETE
// Don't bring up the crafting UI if there's nothing to craft.
if(!LAZYLEN(recipes))
return
ui_interact(user)
return ITEM_INTERACT_COMPLETE