Files
Aurora.3/maps/_common/areas/asteroid_areas.dm
fernerr 8e99c33b62 Pool and Construction Site Remap, Widespread map polish and smaller additions of suggested things (#6627)
Remapped the Pool/Fitness Center, the construction level. Shuffled around the surface washroom, adjusted surface cryo.
    pool10
    Special thanks to Gemspark for the idea of the original layout/further feedback and help.
    fitness3
    (Staircase goes up to a rooftop running track above the pool.)
    con3

    Renamed and moved around some areas to fit better.

    Added cameras to some areas missing them.

    Added an exterior airlock to the fore of engineering and to the telecoms ladder shaft.

    Adjusted the merchant shuttle dock slightly.

    Added blast doors to purge the atmosphere of individual anomaly isolation cells, added a monitor to look through the cell cameras. Added a proper storage area for potential artifacts/anomalies once they've been researched. Made the anomaly isolation air alarms not report their status to the alarm monitor, not causing annoyance for engineering.

    Adjusted the toxins chambers to be a bit less prone to melting.

    Added light switches in a number of areas missing them.

    Fixed a number of minor bugs around the map, missing shutters, wrongly pixel shifted things, objects with the wrong icon state, etc.

    Added a mine cart at cargo interstitial.

    Fixed the psychiatry isolation room monitor.

    Made the small investigations maintenance area actually count as maintenance.

    Added paramedic access to mining.
2019-06-30 15:28:56 +03:00

146 lines
3.1 KiB
Plaintext

// GENERIC MINING AREAS
/area/mine
icon_state = "mining"
ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/song_game.ogg')
sound_env = ASTEROID
/area/mine/explored
name = "Mine"
icon_state = "explored"
/area/mine/unexplored
name = "Mine"
icon_state = "unexplored"
flags = HIDE_FROM_HOLOMAP
//S
// Smalls
/area/outpost/mining_north
name = "North Mining"
icon_state = "outpost_mine_north"
/area/outpost/mining_west
name = "West Mining"
icon_state = "outpost_mine_west"
/area/outpost/abandoned
name = "Abandoned"
icon_state = "dark"
// Main mining
/area/outpost/mining_main
icon_state = "outpost_mine_main"
station_area = 1
holomap_color = HOLOMAP_AREACOLOR_CARGO
/area/outpost/mining_main/dorms
name = "Mining Dormitory"
/area/outpost/mining_main/medbay
name = "Mining Medical"
/area/outpost/mining_main/maintenance
name = "Mining Maintenance"
/area/outpost/mining_main/west_hall
name = "Mining West Hallway"
/area/outpost/mining_main/east_hall
name = "Mining East Hallway"
/area/outpost/mining_main/eva
name = "Mining EVA storage"
/area/outpost/mining_main/refinery
name = "Mining Refinery"
// Engineering
/area/outpost/engineering
icon_state = "outpost_engine"
station_area = 1
holomap_color = HOLOMAP_AREACOLOR_ENGINEERING
/area/outpost/engineering/hallway
name = "Engineering - Sublevel Hallway"
/area/outpost/engineering/atmospherics
name = "Engineering - Sublevel Atmospherics"
/area/outpost/engineering/power
name = "Engineering - Tesla Bay"
/area/outpost/engineering/telecomms
name = "Engineering - Sublevel Telecommunications"
/area/outpost/engineering/storage
name = "Engineering - Sublevel Storage"
/area/outpost/engineering/meeting
name = "Engineering - Break Room"
// Research
/area/outpost/research
icon_state = "outpost_research"
station_area = 1
holomap_color = HOLOMAP_AREACOLOR_SCIENCE
/area/outpost/research/hallway
name = "Research - Sublevel Hallway"
/area/outpost/research/dock
name = "Research Shuttle Dock"
/area/outpost/research/eva
name = "Research - Xenoarcheology"
/area/outpost/research/analysis
name = "Research - Sample Analysis"
/area/outpost/research/chemistry
name = "Research - Chemistry"
/area/outpost/research/medical
name = "Research Medical"
/area/outpost/research/power
name = "Research Maintenance"
/area/outpost/research/isolation_a
name = "Research - Isolation A"
/area/outpost/research/isolation_b
name = "Research - Isolation B"
/area/outpost/research/isolation_c
name = "Research - Isolation C"
/area/outpost/research/isolation_monitoring
name = "Research - Isolation Monitoring"
/area/outpost/research/lab
name = "Research - Sublevel Laboratory"
/area/outpost/research/emergency_storage
name = "Research - Sublevel Emergency Storage"
/area/outpost/research/anomaly_harvest
name = "Research - Exotic Energy Harvesting"
/area/outpost/research/anomaly_storage
name = "Research - Artifact Storage"
/area/outpost/research/anomaly_analysis
name = "Research - Anomaly Analysis"
/area/outpost/research/kitchen
name = "Research - Kitchen"
/area/outpost/research/disposal
name = "Research - Waste Disposal"