Meteors can now qdel normally (#30970)

This commit is contained in:
vuonojenmustaturska
2017-09-24 07:34:51 +03:00
committed by CitadelStationBot
parent 6966ebc14f
commit d111c582b4
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -119,6 +119,7 @@ GLOBAL_LIST_INIT(meteorsC, list(/obj/effect/meteor/dust)) //for space dust event
/obj/effect/meteor/Destroy()
GLOB.meteor_list -= src
SSaugury.unregister_doom(src)
walk(src,0) //this cancels the walk_towards() proc
. = ..()