fix reagent containers not transferring into protolathes or circuit imprinters (#28225)

This commit is contained in:
warriorstar-orion
2025-02-02 11:59:47 -05:00
committed by GitHub
parent 94c46040ea
commit 4ec4e4128a
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ using metal and glass, it uses glass and reagents (usually sulfuric acis).
return ITEM_INTERACT_COMPLETE
if(used.is_open_container())
return ITEM_INTERACT_COMPLETE
return ITEM_INTERACT_SKIP_TO_AFTER_ATTACK
return ..()
+1 -1
View File
@@ -91,7 +91,7 @@ Note: Must be placed west/left of and R&D console to function.
return ITEM_INTERACT_COMPLETE
if(used.is_open_container())
return ITEM_INTERACT_COMPLETE
return ITEM_INTERACT_SKIP_TO_AFTER_ATTACK
return ..()