Merge pull request #7284 from VOREStation/aro-shipslide

Slightly Slide Ships
This commit is contained in:
Aronai Sieyes
2020-04-15 23:19:33 -04:00
committed by GitHub
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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