diff --git a/code/controllers/shuttle_controller.dm b/code/controllers/shuttle_controller.dm index b1bb2fcb23a..22b8af66b4d 100644 --- a/code/controllers/shuttle_controller.dm +++ b/code/controllers/shuttle_controller.dm @@ -235,10 +235,7 @@ datum/shuttle_controller var/atom/movable/AM=A AM.Move(D) // Remove windows, grills, lattice, etc. - else if(istype(A,/obj/structure) - || istype(A,/obj/machinery) - || istype(A, /obj/structure/window) - || istype(A, /obj/structure/grille)) + else if(istype(A,/obj/structure) || istype(A,/obj/machinery) || istype(A, /obj/structure/window) || istype(A, /obj/structure/grille)) del(A) // NOTE: Commenting this out to avoid recreating mass driver glitch /*