mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Removes the burning object out of the burning list before qdel()ing, fixing some runtimes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user