Removes the burning object out of the burning list before qdel()ing, fixing some runtimes

This commit is contained in:
Aranclanos
2015-08-10 19:06:45 -03:00
parent fcbd841b60
commit 3eb09817e4
+1
View File
@@ -176,6 +176,7 @@
Item.fire_act() //Set them on fire, too
var/obj/effect/decal/cleanable/ash/A = new(src.loc)
A.desc = "Looks like this used to be a [name] some time ago."
SSobj.burning -= src
qdel(src)
/obj/proc/extinguish()