Skip to content

Commit

Permalink
Update shuttles-nadezhda.dm (#5056)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamhalazam authored Feb 28, 2024
1 parent 4036dec commit c83f578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maps/__Nadezhda/data/shuttles-nadezhda.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
//Skipjack Code
/datum/shuttle/autodock/multi/skipjack
name = "Skipjack"
move_time = (15 MINUTES) / (1 SECOND)
move_time = (7 MINUTES) / (1 SECOND)
shuttle_area = /area/shuttle/skipjack_area
current_location = "nav_skipjack_homebase"
landmark_transition = "nav_skipjack_transit"
Expand Down Expand Up @@ -121,7 +121,7 @@
//Merc shuttle Code
/datum/shuttle/autodock/multi/mercshuttle
name = "Mercenary Shuttle"
move_time = (15 MINUTES) / (1 SECOND)
move_time = (7 MINUTES) / (1 SECOND)
shuttle_area = /area/shuttle/mercshuttle_area
current_location = "nav_mercshuttle_homebase"
landmark_transition = "nav_mercshuttle_transit"
Expand Down Expand Up @@ -241,7 +241,7 @@
//Marshal shuttle
/datum/shuttle/autodock/multi/vasiliy
name = "The Vasiliy"
move_time = (7 MINUTES) / (1 SECOND)
move_time = (3 MINUTES) / (1 SECOND)
shuttle_area = /area/shuttle/vasiliy_shuttle_area
current_location = "nav_vasiliy_homebase"
landmark_transition = "nav_vasiliy_transit"
Expand Down

0 comments on commit c83f578

Please sign in to comment.