This commit is contained in:
Fox-McCloud
2015-07-08 01:34:53 -04:00
parent 0fd80d0b1f
commit 6e87b96501
24 changed files with 37 additions and 31 deletions
+1 -1
View File
@@ -1330,7 +1330,7 @@ obj/machinery/power/apc/proc/autoset(var/val, var/on)
area.power_change()
if(occupant)
malfvacate(1)
del(wires)
qdel(wires)
if(cell)
qdel(cell)
return ..()
@@ -72,7 +72,7 @@
/obj/machinery/power/supermatter_shard/Destroy()
investigate_log("has been destroyed.", "supermatter")
qdel(radio)
. = ..()
return ..()
/obj/machinery/power/supermatter_shard/proc/explode()
investigate_log("has exploded.", "supermatter")
@@ -19,7 +19,7 @@
Destroy()
processing_objects.Remove(src)
..()
return ..()
attack_self(mob/living/user as mob)