mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
@@ -235,10 +235,7 @@ datum/shuttle_controller
|
|||||||
var/atom/movable/AM=A
|
var/atom/movable/AM=A
|
||||||
AM.Move(D)
|
AM.Move(D)
|
||||||
// Remove windows, grills, lattice, etc.
|
// Remove windows, grills, lattice, etc.
|
||||||
else if(istype(A,/obj/structure)
|
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)
|
del(A)
|
||||||
// NOTE: Commenting this out to avoid recreating mass driver glitch
|
// NOTE: Commenting this out to avoid recreating mass driver glitch
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user