Merge pull request #2925 from Citadel-Station-13/upstream-merge-30970

[MIRROR] Enables meteors to qdel normally, saving actual seconds of time spent harddeleting them otherwise
This commit is contained in:
LetterJay
2017-09-24 09:36:50 -04:00
committed by GitHub
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
. = ..()