mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user