Undid redundant change

This commit is contained in:
clusterfack
2014-10-20 14:00:48 -05:00
parent 47c3af55da
commit 880a80ea97

View File

@@ -235,7 +235,7 @@ datum/shuttle_controller
var/atom/movable/AM=A
AM.Move(D)
// Remove windows, grills, lattice, etc.
if(istype(A,/obj/structure) || istype(A,/obj/machinery) || istype(A, /obj/structure/window) || istype(A, /obj/structure/grille))
if(istype(A,/obj/structure) || istype(A,/obj/machinery))
del(A)
// NOTE: Commenting this out to avoid recreating mass driver glitch
/*