mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Refactor machinery/anchored to default to TRUE
Deletes /obj/machinery/thruster. Changes the density of the following abstract types: - /obj/machinery/modular_computer - /obj/machinery/mineral - /obj/machinery/field - /obj/machinery/particle_accelerator - /obj/machinery/abductor - /obj/machinery/telecomms
This commit is contained in:
@@ -204,11 +204,6 @@ All ShuttleMove procs go here
|
||||
on = TRUE
|
||||
update_list()
|
||||
|
||||
/obj/machinery/thruster/beforeShuttleMove(turf/newT, rotation, move_mode, obj/docking_port/mobile/moving_dock)
|
||||
. = ..()
|
||||
if(. & MOVE_AREA)
|
||||
. |= MOVE_CONTENTS
|
||||
|
||||
/obj/machinery/atmospherics/afterShuttleMove(turf/oldT, list/movement_force, shuttle_dir, shuttle_preferred_direction, move_dir, rotation)
|
||||
. = ..()
|
||||
var/missing_nodes = FALSE
|
||||
|
||||
Reference in New Issue
Block a user