From 9de4f1ec2d02458294e0b0ceeeb4bfc7fbce3bbc Mon Sep 17 00:00:00 2001 From: VerySoft Date: Tue, 22 Feb 2022 19:30:28 -0500 Subject: [PATCH] Also buff the little bitty shuttle's movement time --- maps/tether/tether_shuttle_defs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/tether/tether_shuttle_defs.dm b/maps/tether/tether_shuttle_defs.dm index e7c4452521..ab9c7929fe 100644 --- a/maps/tether/tether_shuttle_defs.dm +++ b/maps/tether/tether_shuttle_defs.dm @@ -62,7 +62,7 @@ name = "Tether Backup" location = FERRY_LOCATION_OFFSITE //Offsite is the surface hangar warmup_time = 5 - move_time = 45 + move_time = 5 landmark_offsite = "tether_backup_low" landmark_station = "tether_dockarm_d1a3" landmark_transition = "tether_backup_transit"