Some more types which need Destroy to return qdel hints!

This commit is contained in:
Leshana
2017-06-12 10:48:02 -04:00
parent 43bf8e7d88
commit 48edfb2fdc
14 changed files with 24 additions and 33 deletions

View File

@@ -35,7 +35,7 @@
/obj/item/weapon/reagent_containers/borghypo/Destroy()
processing_objects.Remove(src)
..()
return ..()
/obj/item/weapon/reagent_containers/borghypo/process() //Every [recharge_time] seconds, recharge some reagents for the cyborg+
if(++charge_tick < recharge_time)