Update shuttle_controller.dm

Fixed indentation
This commit is contained in:
clusterfack
2014-10-20 12:01:35 -05:00
parent 30ae124bf7
commit a28ea2c1b0

View File

@@ -236,9 +236,9 @@ datum/shuttle_controller
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))
|| 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
/*