diff --git a/maps/tether/submaps/offmap/talon.dm b/maps/tether/submaps/offmap/talon.dm index 05b4f092761..1ea93435b24 100644 --- a/maps/tether/submaps/offmap/talon.dm +++ b/maps/tether/submaps/offmap/talon.dm @@ -44,8 +44,8 @@ var/global/list/latejoin_talon = list() /obj/effect/overmap/visitable/ship/talon/get_skybox_representation() var/image/I = image('talon.dmi', "skybox") - I.pixel_x = 220 - I.pixel_y = 220 + I.pixel_x = 270 + I.pixel_y = 60 return I // The shuttle's 'shuttle' computer diff --git a/maps/tether/submaps/om_ships/aro.dm b/maps/tether/submaps/om_ships/aro.dm index b88ba0928b6..f4f02676627 100644 --- a/maps/tether/submaps/om_ships/aro.dm +++ b/maps/tether/submaps/om_ships/aro.dm @@ -53,8 +53,8 @@ /obj/effect/overmap/visitable/ship/aro/get_skybox_representation() var/image/I = image('aro.dmi', "skybox") - I.pixel_x = 150 - I.pixel_y = 150 + I.pixel_x = 120 + I.pixel_y = 120 return I // The shuttle's 'shuttle' computer diff --git a/maps/tether/submaps/om_ships/aro2.dm b/maps/tether/submaps/om_ships/aro2.dm index aa7b7667256..dfee0a6b42a 100644 --- a/maps/tether/submaps/om_ships/aro2.dm +++ b/maps/tether/submaps/om_ships/aro2.dm @@ -65,8 +65,8 @@ /obj/effect/overmap/visitable/ship/aro2/get_skybox_representation() var/image/I = image('aro2.dmi', "skybox") - I.pixel_x = 150 - I.pixel_y = 150 + I.pixel_x = 80 + I.pixel_y = 100 return I // The shuttle's 'shuttle' computer diff --git a/maps/tether/submaps/om_ships/cruiser.dm b/maps/tether/submaps/om_ships/cruiser.dm index 76cbba44349..ea539c9ef3f 100644 --- a/maps/tether/submaps/om_ships/cruiser.dm +++ b/maps/tether/submaps/om_ships/cruiser.dm @@ -134,6 +134,6 @@ /obj/effect/overmap/visitable/ship/cruiser/get_skybox_representation() var/image/I = image('cruiser.dmi', "skybox") - I.pixel_x = 350 - I.pixel_y = 350 + I.pixel_x = 370 + I.pixel_y = 370 return I \ No newline at end of file