fix cloning pods not accepting beaker transfers (#28133)

This commit is contained in:
warriorstar-orion
2025-01-26 15:42:05 -05:00
committed by GitHub
parent 1f26b78b97
commit 8f3e2e34b7
+1 -1
View File
@@ -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))