Merge pull request #11315 from Citadel-Station-13/Ghommie-patch-3-2

Fixing a little issue with the Holodeck's Kobayashi Maru phaser
This commit is contained in:
kevinz000
2020-03-06 00:19:51 -07:00
committed by GitHub
3 changed files with 16 additions and 4 deletions
+1 -2
View File
@@ -67,8 +67,7 @@
/obj/item/gun/energy/Destroy()
if(flags_1 & INITIALIZED_1)
QDEL_NULL(cell)
if(!(flags_1 & HOLOGRAM_1)) //holodeck stuff.
QDEL_LIST(ammo_type)
QDEL_LIST(ammo_type)
STOP_PROCESSING(SSobj, src)
return ..()