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

@@ -22,6 +22,7 @@
C.screen.Remove(ourobj)
qdel(ourobj)
ourobj = null
..()
/datum/rcd_schematic/proc/show()
return 0