[MIRROR] Fixes some shard harddel stuff. (#7299)

* Fixes some shard harddel stuff. (#38799)

* Fixes some shard harddel stuff.
This commit is contained in:
CitadelStationBot
2018-07-02 06:44:50 -07:00
committed by kevinz000
parent 028c3105b9
commit 0500be9b35
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -187,8 +187,7 @@
debris += new /obj/item/shard
/obj/structure/table/glass/Destroy()
for(var/i in debris)
qdel(i)
QDEL_LIST(debris)
. = ..()
/obj/structure/table/glass/Crossed(atom/movable/AM)