Skip to content

Commit

Permalink
fix cloning pods not accepting beaker transfers (#28133)
Browse files Browse the repository at this point in the history
  • Loading branch information
warriorstar-orion authored Jan 26, 2025
1 parent 1f26b78 commit 8f3e2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/clonepod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@

/obj/machinery/clonepod/item_interaction(mob/living/user, obj/item/used, list/modifiers)
if(used.is_open_container())
return ITEM_INTERACT_COMPLETE
return ITEM_INTERACT_SKIP_TO_AFTER_ATTACK

if(istype(used, /obj/item/card/id) || istype(used, /obj/item/pda))
if(!allowed(user))
Expand Down

0 comments on commit 8f3e2e3

Please sign in to comment.