Makes windows and grilles garbage collect.

This commit is contained in:
ZomgPonies
2013-08-25 02:01:00 -04:00
parent ea1645eb8b
commit 88cd7f1577
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -12,6 +12,9 @@
var/health = 10
var/destroyed = 0
/obj/structure/grille/Del()
loc = null //garbage collect
/obj/structure/grille/ex_act(severity)
del(src)
+1 -1
View File
@@ -304,7 +304,7 @@
update_nearby_tiles()
playsound(src, "shatter", 70, 1)
update_nearby_icons()
..()
loc = null //garbage collect
/obj/structure/window/Move()