diff --git a/code/datums/action.dm b/code/datums/action.dm index 1dc9c545eb..b7089279cb 100644 --- a/code/datums/action.dm +++ b/code/datums/action.dm @@ -502,7 +502,7 @@ /datum/action/item_action/agent_box/Trigger() if(!..()) return FALSE - if(!QDELETED(box)) + if(QDELETED(box)) if(cooldown < world.time - 100) box = new(owner.drop_location()) owner.forceMove(box)