From 4ddb8e6d89177e6bc4871df3db72870201f93982 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 15 Apr 2020 20:51:49 -0400 Subject: [PATCH] Slightly Slide Ships --- maps/tether/submaps/offmap/talon.dm | 4 ++-- maps/tether/submaps/om_ships/aro.dm | 4 ++-- maps/tether/submaps/om_ships/aro2.dm | 4 ++-- maps/tether/submaps/om_ships/cruiser.dm | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/maps/tether/submaps/offmap/talon.dm b/maps/tether/submaps/offmap/talon.dm index 239f4c47b6d..7da4713fd7e 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