Merge pull request #7752 from deathride58/fixesstealthboxes

ports tgstation/tgstation#40260 (fixes stealth implants)
This commit is contained in:
nik707
2018-11-23 15:05:55 -06:00
committed by GitHub
+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)