From f18edbd918992c3d32b6e54d789c21390ad7d390 Mon Sep 17 00:00:00 2001 From: Hazelrat Date: Fri, 7 Jun 2024 19:45:46 +0100 Subject: [PATCH] Might fix linting test --- .../ships/tramp_freighter/tramp_freighter.dm | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/maps/away/ships/tramp_freighter/tramp_freighter.dm b/maps/away/ships/tramp_freighter/tramp_freighter.dm index 7f549a444a2..bfb311b5f6f 100644 --- a/maps/away/ships/tramp_freighter/tramp_freighter.dm +++ b/maps/away/ships/tramp_freighter/tramp_freighter.dm @@ -152,21 +152,21 @@ /datum/shuttle/autodock/overmap/freighter_shuttle - name = "Freight Shuttle" - move_time = 20 - shuttle_area = list(/area/shuttle/freighter_shuttle) - dock_target = "airlock_tramp_shuttle" - current_location = "nav_tramp_start" - landmark_transition = "nav_transit_freighter_shuttle" - range = 1 - fuel_consumption = 2 - logging_home_tag = "nav_tramp_start" - defer_initialisation = TRUE + name = "Freight Shuttle" + move_time = 20 + shuttle_area = list(/area/shuttle/freighter_shuttle) + dock_target = "airlock_tramp_shuttle" + current_location = "nav_tramp_start" + landmark_transition = "nav_transit_freighter_shuttle" + range = 1 + fuel_consumption = 2 + logging_home_tag = "nav_tramp_start" + defer_initialisation = TRUE /obj/effect/shuttle_landmark/freighter_shuttle/hangar - name = "Freight Shuttle Dock" - landmark_tag = "nav_tramp_start" - docking_controller = "tramp_shuttle_dock" + name = "Freight Shuttle Dock" + landmark_tag = "nav_tramp_start" + docking_controller = "tramp_shuttle_dock" /obj/effect/shuttle_landmark/freighter_shuttle/transit name = "In transit"