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:
@@ -22,6 +22,7 @@
|
||||
C.screen.Remove(ourobj)
|
||||
qdel(ourobj)
|
||||
ourobj = null
|
||||
..()
|
||||
|
||||
/datum/rcd_schematic/proc/show()
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user