Merge pull request #7250 from VOREStation/aro-talontweaks2

More ship tweaks
This commit is contained in:
Novacat
2020-04-13 23:10:16 -04:00
committed by GitHub
6 changed files with 14 additions and 5 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 = 200
I.pixel_y = 200
I.pixel_x = 220
I.pixel_y = 220
return I
// The shuttle's 'shuttle' computer
Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 62 KiB

+4 -1
View File
@@ -1971,7 +1971,10 @@
/turf/simulated/floor/tiled/steel,
/area/talon/deckone/brig)
"dZ" = (
/obj/machinery/vending/security,
/obj/machinery/vending/security{
req_access = list(301);
req_log_access = 301
},
/turf/simulated/floor/tiled/steel_ridged,
/area/talon/deckone/brig)
"ea" = (
+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 = 200
I.pixel_y = 200
I.pixel_x = 150
I.pixel_y = 150
return I
// The shuttle's 'shuttle' computer
+6
View File
@@ -131,3 +131,9 @@
vessel_mass = 15000
vessel_size = SHIP_SIZE_LARGE
initial_generic_waypoints = list("cruiser_fore", "cruiser_aft", "cruiser_port", "cruiser_starboard", "ws_port_dock_1", "ws_port_dock_2", "ws_starboard_dock_1", "ws_starboard_dock_2")
/obj/effect/overmap/visitable/ship/cruiser/get_skybox_representation()
var/image/I = image('cruiser.dmi', "skybox")
I.pixel_x = 350
I.pixel_y = 350
return I
Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB