mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
- Adds Red and Blue simple pipes for mapping use. - Adds empty CO2 PH and N2O canisters for mapping use. - Reworks asteroid outpost areas. Old areas kept in separate file for downstream compatibility - Modifies engineering shuttle to work with next commit. - SMESs no longer have to be charged above certain level (~5%?) to actually begin outputting power. - Fixes SMES related bug caused by previous commit
137 lines
3.1 KiB
Plaintext
137 lines
3.1 KiB
Plaintext
// These are OLD and UNUSED areas for asteroid outposts.
|
|
// They are kept in separate file which is unticked to make mapping cleaner. However, if downstream server uses the old areas they
|
|
// can do so by ticking the file. Do not add more areas to this file, instead add it to asteroid_areas.dm!
|
|
|
|
|
|
/area/mine/lobby
|
|
name = "Mining station"
|
|
|
|
/area/mine/storage
|
|
name = "Mining station Storage"
|
|
|
|
/area/mine/production
|
|
name = "Mining Station Starboard Wing"
|
|
icon_state = "mining_production"
|
|
|
|
/area/mine/abandoned
|
|
name = "Abandoned Mining Station"
|
|
|
|
/area/mine/living_quarters
|
|
name = "Mining Station Port Wing"
|
|
icon_state = "mining_living"
|
|
|
|
/area/mine/eva
|
|
name = "Mining Station EVA"
|
|
icon_state = "mining_eva"
|
|
|
|
/area/mine/maintenance
|
|
name = "Mining Station Communications"
|
|
|
|
/area/mine/cafeteria
|
|
name = "Mining station Cafeteria"
|
|
|
|
/area/mine/hydroponics
|
|
name = "Mining station Hydroponics"
|
|
|
|
/area/mine/sleeper
|
|
name = "Mining station Emergency Sleeper"
|
|
|
|
/area/mine/north_outpost
|
|
name = "North Mining Outpost"
|
|
|
|
/area/mine/west_outpost
|
|
name = "West Mining Outpost"
|
|
|
|
// FOR COMPATIBILITY WITH DOWNSTREAM (Old areas - Research Base)
|
|
|
|
/area/research_outpost
|
|
name = "Research Outpost"
|
|
icon_state = "anomaly"
|
|
|
|
/area/research_outpost/filtering
|
|
name = "Research Outpost Filtering"
|
|
icon_state = "anofilter"
|
|
|
|
/area/research_outpost/hallway
|
|
name = "Research Outpost Hallway"
|
|
icon_state = "anohallway"
|
|
|
|
/area/research_outpost/gearstore
|
|
name = "Expedition Preparation"
|
|
icon_state = "anog"
|
|
|
|
/area/research_outpost/power
|
|
name = "Research Outpost Power"
|
|
icon_state = "engine"
|
|
|
|
/area/research_outpost/atmos
|
|
name = "Research Outpost Atmospherics"
|
|
icon_state = "atmos"
|
|
|
|
/area/research_outpost/maint
|
|
name = "Research Outpost Maintenance"
|
|
icon_state = "maintcentral"
|
|
|
|
/area/research_outpost/iso1
|
|
name = "Isolation Cell 1"
|
|
icon_state = "iso1"
|
|
|
|
/area/research_outpost/iso1_access
|
|
name = "Isolation Cell 1 - Access"
|
|
icon_state = "iso1"
|
|
|
|
/area/research_outpost/iso2
|
|
name = "Isolation Cell 2"
|
|
icon_state = "iso2"
|
|
|
|
/area/research_outpost/iso2_access
|
|
name = "Isolation Cell 2 - Access"
|
|
icon_state = "iso2"
|
|
|
|
/area/research_outpost/iso3
|
|
name = "Isolation Cell 3"
|
|
icon_state = "iso3"
|
|
|
|
/area/research_outpost/iso3_access
|
|
name = "Isolation Cell 3 - Access"
|
|
icon_state = "iso3"
|
|
|
|
/area/research_outpost/harvesting
|
|
name = "Exotic Particles Collection"
|
|
icon_state = "anolab"
|
|
|
|
/area/research_outpost/sample
|
|
name = "Sample Preparation Room"
|
|
icon_state = "anosample"
|
|
|
|
/area/research_outpost/spectro
|
|
name = "Mass Spectrometry Lab"
|
|
icon_state = "anospectro"
|
|
|
|
/area/research_outpost/anomaly
|
|
name = "Anomalous Materials Lab"
|
|
icon_state = "anolab"
|
|
|
|
/area/research_outpost/med
|
|
name = "Research Outpost Medbay"
|
|
icon_state = "medbay3"
|
|
|
|
/area/research_outpost/entry
|
|
name = "Research Outpost Shuttle Dock"
|
|
icon_state = "anoentry"
|
|
|
|
/area/research_outpost/longtermstorage
|
|
name = "Long-Term Storage"
|
|
icon_state = "primarystorage"
|
|
|
|
/area/research_outpost/tempstorage
|
|
name = "Temporary Storage"
|
|
icon_state = "storage"
|
|
|
|
/area/research_outpost/maintstore1
|
|
name = "Auxiliary Storage"
|
|
icon_state = "auxstorage"
|
|
|
|
/area/research_outpost/maintstore2
|
|
name = "Maintenance Storage"
|
|
icon_state = "auxstorage" |