mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Merge pull request #7250 from VOREStation/aro-talontweaks2
More ship tweaks
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 = 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 |
@@ -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" = (
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user