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

@@ -123,3 +123,4 @@
/datum/locking_category/Destroy()
owner = null
locked = null
..()