Fixed implementations of Destroy() not calling parent (#27068)

* Fixed implementations of Destroy() not calling parent

* I forgot to commit garbage.dm
This commit is contained in:
DamianX
2020-07-11 21:27:05 +02:00
committed by GitHub
parent 6cb1ed1d33
commit d4d08bfef5
21 changed files with 32 additions and 24 deletions

View File

@@ -68,6 +68,7 @@
can_fire = 0
flags |= SS_NO_FIRE
Master.subsystems -= src
..()
// Queue it to run.
// (we loop thru a linked list until we get to the end or find the right point)