This commit is contained in:
deathride58
2018-11-20 19:28:32 -05:00
parent 2257d56b5b
commit cfaa0041b9
+1 -1
View File
@@ -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)