Update shuttle_controller.dm

Fix #2
This commit is contained in:
clusterfack
2014-10-20 12:06:58 -05:00
parent a28ea2c1b0
commit e434e39093

View File

@@ -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
/*