mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
Merge pull request #7284 from VOREStation/aro-shipslide
Slightly Slide Ships
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user