diff --git a/maps/tether/submaps/offmap/talon.dm b/maps/tether/submaps/offmap/talon.dm index 7e475caf49d..edcaee81b4f 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 = 200 - I.pixel_y = 200 + I.pixel_x = 220 + I.pixel_y = 220 return I // The shuttle's 'shuttle' computer diff --git a/maps/tether/submaps/offmap/talon.dmi b/maps/tether/submaps/offmap/talon.dmi index 1199f06de89..3fc94975496 100644 Binary files a/maps/tether/submaps/offmap/talon.dmi and b/maps/tether/submaps/offmap/talon.dmi differ diff --git a/maps/tether/submaps/offmap/talon1.dmm b/maps/tether/submaps/offmap/talon1.dmm index 873943cf8a0..1f46b39d510 100644 --- a/maps/tether/submaps/offmap/talon1.dmm +++ b/maps/tether/submaps/offmap/talon1.dmm @@ -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" = ( diff --git a/maps/tether/submaps/om_ships/aro.dm b/maps/tether/submaps/om_ships/aro.dm index c0382f01d54..b88ba0928b6 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 = 200 - I.pixel_y = 200 + I.pixel_x = 150 + I.pixel_y = 150 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 5cfae746ca5..76cbba44349 100644 --- a/maps/tether/submaps/om_ships/cruiser.dm +++ b/maps/tether/submaps/om_ships/cruiser.dm @@ -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 \ No newline at end of file diff --git a/maps/tether/submaps/om_ships/cruiser.dmi b/maps/tether/submaps/om_ships/cruiser.dmi new file mode 100644 index 00000000000..6a383f4c12e Binary files /dev/null and b/maps/tether/submaps/om_ships/cruiser.dmi differ