mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
Prepping for sync to master
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -16,8 +16,6 @@
|
||||
#include "tether-03-surface3.dmm"
|
||||
#include "tether-04-transit.dmm"
|
||||
#include "tether-05-station1.dmm"
|
||||
#include "tether-06-station2.dmm"
|
||||
#include "tether-07-station3.dmm"
|
||||
#include "tether-08-mining.dmm"
|
||||
#include "tether-09-solars.dmm"
|
||||
#endif
|
||||
|
||||
@@ -52,26 +52,14 @@
|
||||
/area/turbolift/t_surface/level3
|
||||
name = "surface (level 3)"
|
||||
lift_floor_label = "Surface 3"
|
||||
lift_floor_name = "Bridge, Science, Bar, Pool"
|
||||
lift_floor_name = "Bridge, Science, Bar, Pool, Medical, Security"
|
||||
lift_announce_str = "Arriving at Base Level 3."
|
||||
|
||||
/area/turbolift/t_station/level1
|
||||
name = "asteroid (level 1)"
|
||||
lift_floor_label = "Asteroid 1"
|
||||
lift_floor_name = "Eng, Secondary Bridge, Park, Cryo, Visitor Offices"
|
||||
lift_announce_str = "Arriving at Station Level 1."
|
||||
|
||||
/area/turbolift/t_station/level2
|
||||
name = "asteroid (level 2)"
|
||||
lift_floor_label = "Asteroid 2"
|
||||
lift_floor_name = "Exploration, AI Core, EVA Gear"
|
||||
lift_announce_str = "Arriving at Station Level 2."
|
||||
|
||||
/area/turbolift/t_station/level3
|
||||
name = "asteroid (level 3)"
|
||||
lift_floor_label = "Asteroid 3"
|
||||
lift_floor_name = "Medical, Security, Cargo"
|
||||
lift_announce_str = "Arriving at Station Level 3."
|
||||
name = "asteroid station"
|
||||
lift_floor_label = "Asteroid"
|
||||
lift_floor_name = "Eng, Cryo, Docks, Cargo, Exploration, Cafe, AI, EVA, Gateway"
|
||||
lift_announce_str = "Arriving at Asteroid Station Level."
|
||||
|
||||
/area/vacant/vacant_restaurant_upper
|
||||
name = "\improper Vacant Restaurant"
|
||||
@@ -958,6 +946,9 @@
|
||||
/area/tether/station/dock_two
|
||||
name = "\improper Dock Two"
|
||||
icon_state = "dk_yellow"
|
||||
/area/tether/station/dock_three
|
||||
name = "\improper Dock Three"
|
||||
icon_state = "dk_yellow"
|
||||
|
||||
/area/maintenance/station/abandonedholodeck
|
||||
name = "\improper Old Holodeck"
|
||||
|
||||
@@ -4,24 +4,23 @@
|
||||
#define Z_LEVEL_SURFACE_HIGH 3
|
||||
#define Z_LEVEL_TRANSIT 4
|
||||
#define Z_LEVEL_SPACE_LOW 5
|
||||
#define Z_LEVEL_SPACE_MID 6
|
||||
#define Z_LEVEL_SPACE_HIGH 7
|
||||
#define Z_LEVEL_SURFACE_MINE 8
|
||||
#define Z_LEVEL_SOLARS 9
|
||||
#define Z_LEVEL_MISC 10
|
||||
#define Z_LEVEL_UNDERDARK 11
|
||||
#define Z_LEVEL_PLAINS 12
|
||||
#define Z_LEVEL_OFFMAP1 13
|
||||
#define Z_LEVEL_OFFMAP2 14
|
||||
#define Z_LEVEL_ROGUEMINE_1 15
|
||||
#define Z_LEVEL_ROGUEMINE_2 16
|
||||
#define Z_LEVEL_BEACH 17
|
||||
#define Z_LEVEL_BEACH_CAVE 18
|
||||
#define Z_LEVEL_AEROSTAT 19
|
||||
#define Z_LEVEL_AEROSTAT_SURFACE 20
|
||||
#define Z_LEVEL_DEBRISFIELD 21
|
||||
#define Z_LEVEL_FUELDEPOT 22
|
||||
#define Z_LEVEL_GATEWAY 23
|
||||
|
||||
#define Z_LEVEL_SURFACE_MINE 6
|
||||
#define Z_LEVEL_SOLARS 7
|
||||
#define Z_LEVEL_MISC 8
|
||||
#define Z_LEVEL_UNDERDARK 9
|
||||
#define Z_LEVEL_PLAINS 10
|
||||
#define Z_LEVEL_OFFMAP1 11
|
||||
#define Z_LEVEL_OFFMAP2 12
|
||||
#define Z_LEVEL_ROGUEMINE_1 13
|
||||
#define Z_LEVEL_ROGUEMINE_2 14
|
||||
#define Z_LEVEL_BEACH 15
|
||||
#define Z_LEVEL_BEACH_CAVE 16
|
||||
#define Z_LEVEL_AEROSTAT 17
|
||||
#define Z_LEVEL_AEROSTAT_SURFACE 18
|
||||
#define Z_LEVEL_DEBRISFIELD 19
|
||||
#define Z_LEVEL_FUELDEPOT 20
|
||||
#define Z_LEVEL_GATEWAY 21
|
||||
|
||||
//Camera networks
|
||||
#define NETWORK_TETHER "Tether"
|
||||
@@ -64,9 +63,7 @@
|
||||
Z_LEVEL_SURFACE_LOW,
|
||||
Z_LEVEL_SURFACE_MID,
|
||||
Z_LEVEL_SURFACE_HIGH,
|
||||
Z_LEVEL_SPACE_LOW,
|
||||
Z_LEVEL_SPACE_MID,
|
||||
Z_LEVEL_SPACE_HIGH))
|
||||
Z_LEVEL_SPACE_LOW))
|
||||
|
||||
station_name = "NSB Adephagia"
|
||||
station_short = "Tether"
|
||||
@@ -176,20 +173,18 @@
|
||||
Z_LEVEL_SURFACE_HIGH,
|
||||
Z_LEVEL_TRANSIT,
|
||||
Z_LEVEL_SPACE_LOW,
|
||||
Z_LEVEL_SPACE_MID,
|
||||
Z_LEVEL_SPACE_HIGH,
|
||||
Z_LEVEL_SURFACE_MINE,
|
||||
Z_LEVEL_SOLARS,
|
||||
Z_LEVEL_MISC,
|
||||
Z_LEVEL_BEACH
|
||||
)
|
||||
|
||||
belter_docked_z = list(Z_LEVEL_SPACE_HIGH)
|
||||
belter_docked_z = list(Z_LEVEL_SPACE_LOW)
|
||||
belter_transit_z = list(Z_LEVEL_MISC)
|
||||
belter_belt_z = list(Z_LEVEL_ROGUEMINE_1,
|
||||
Z_LEVEL_ROGUEMINE_2)
|
||||
|
||||
mining_station_z = list(Z_LEVEL_SPACE_HIGH)
|
||||
mining_station_z = list(Z_LEVEL_SPACE_LOW)
|
||||
mining_outpost_z = list(Z_LEVEL_SURFACE_MINE)
|
||||
|
||||
lateload_single_pick = null //Nothing right now.
|
||||
@@ -276,7 +271,7 @@
|
||||
announce_atc(AM,going = TRUE)
|
||||
|
||||
/obj/effect/overmap/visitable/sector/virgo3b/get_space_zlevels()
|
||||
return list(Z_LEVEL_SPACE_LOW, Z_LEVEL_SPACE_MID, Z_LEVEL_SPACE_HIGH)
|
||||
return list(Z_LEVEL_SPACE_LOW)
|
||||
|
||||
/obj/effect/overmap/visitable/sector/virgo3b/proc/announce_atc(var/atom/movable/AM, var/going = FALSE)
|
||||
var/message = "Sensor contact for vessel '[AM.name]' has [going ? "left" : "entered"] ATC control area."
|
||||
@@ -340,22 +335,6 @@
|
||||
holomap_offset_x = HOLOMAP_ICON_SIZE - TETHER_HOLOMAP_MARGIN_X - TETHER_MAP_SIZE
|
||||
holomap_offset_y = TETHER_HOLOMAP_MARGIN_Y + TETHER_MAP_SIZE*0
|
||||
|
||||
/datum/map_z_level/tether/station/space_mid
|
||||
z = Z_LEVEL_SPACE_MID
|
||||
name = "Asteroid 2"
|
||||
base_turf = /turf/simulated/open
|
||||
transit_chance = 33
|
||||
holomap_offset_x = HOLOMAP_ICON_SIZE - TETHER_HOLOMAP_MARGIN_X - TETHER_MAP_SIZE
|
||||
holomap_offset_y = TETHER_HOLOMAP_MARGIN_Y + TETHER_MAP_SIZE*1
|
||||
|
||||
/datum/map_z_level/tether/station/space_high
|
||||
z = Z_LEVEL_SPACE_HIGH
|
||||
name = "Asteroid 3"
|
||||
base_turf = /turf/simulated/open
|
||||
transit_chance = 33
|
||||
holomap_offset_x = HOLOMAP_ICON_SIZE - TETHER_HOLOMAP_MARGIN_X - TETHER_MAP_SIZE
|
||||
holomap_offset_y = TETHER_HOLOMAP_MARGIN_Y + TETHER_MAP_SIZE*2
|
||||
|
||||
/datum/map_z_level/tether/mine
|
||||
z = Z_LEVEL_SURFACE_MINE
|
||||
name = "Mining Outpost"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
//Special map objects
|
||||
/obj/effect/landmark/map_data/virgo3b
|
||||
height = 7
|
||||
height = 5
|
||||
|
||||
/obj/turbolift_map_holder/tether
|
||||
name = "Tether Climber"
|
||||
depth = 7
|
||||
depth = 5
|
||||
lift_size_x = 3
|
||||
lift_size_y = 3
|
||||
icon = 'icons/obj/turbolift_preview_3x3.dmi'
|
||||
@@ -15,9 +15,7 @@
|
||||
/area/turbolift/t_surface/level2,
|
||||
/area/turbolift/t_surface/level3,
|
||||
/area/turbolift/tether/transit,
|
||||
/area/turbolift/t_station/level1,
|
||||
/area/turbolift/t_station/level2,
|
||||
/area/turbolift/t_station/level3
|
||||
/area/turbolift/t_station/level1
|
||||
)
|
||||
|
||||
/datum/turbolift
|
||||
|
||||
Reference in New Issue
Block a user