mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
fix cloning pods not accepting beaker transfers (#28133)
This commit is contained in:
committed by
GitHub
parent
1f26b78b97
commit
8f3e2e34b7
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user