Adds DROPDEL flag; items will qdel() on dropped()

Pretty self explanatory, replaces writing a dropped() proc that just
calls qdel() with a flag that does it for you.
This commit is contained in:
Jack Edge
2016-06-17 12:14:28 +01:00
parent 030911962a
commit 8ca69eabbb
12 changed files with 28 additions and 62 deletions
@@ -147,7 +147,6 @@
/obj/item/weapon/gun/projectile/minigun/dropped(mob/living/user)
ammo_pack.attach_gun(user)
return
/obj/item/weapon/gun/projectile/minigun/process_chamber(eject_casing = 0, empty_chamber = 1)
..()