Files
vgstation13/code/modules/mining/mine_areas.dm
2016-12-25 12:36:00 +01:00

67 lines
1.6 KiB
Plaintext

/**********************Mine areas**************************/
/area/mine
icon_state = "mining"
music = 'sound/ambience/song_game.ogg'
general_area = /area/mine
general_area_name = "Mining Station"
/area/mine/explored
name = "Mine"
icon_state = "explored"
/area/mine/unexplored
name = "Mine"
icon_state = "unexplored"
//TODO: Make all these types inherit from /area/mining_outpost/ instead.
/area/mine/lobby
name = "Mining station"
holomap_color = HOLOMAP_AREACOLOR_CARGO
/area/mine/storage
name = "Mining station Storage"
holomap_color = HOLOMAP_AREACOLOR_CARGO
/area/mine/production
name = "Mining Station Starboard Wing"
icon_state = "mining_production"
holomap_color = HOLOMAP_AREACOLOR_CARGO
/area/mine/abandoned
name = "Abandoned Mining Station"
/area/mine/living_quarters
name = "Mining Station Port Wing"
icon_state = "mining_living"
holomap_color = HOLOMAP_AREACOLOR_CARGO
/area/mine/eva
name = "Mining Station EVA"
icon_state = "mining_eva"
holomap_color = HOLOMAP_AREACOLOR_CARGO
/area/mine/maintenance
name = "Mining Station Communications"
holomap_color = HOLOMAP_AREACOLOR_COMMAND
/area/mine/cafeteria
name = "Mining station Cafeteria"
holomap_color = HOLOMAP_AREACOLOR_CARGO
/area/mine/hydroponics
name = "Mining station Hydroponics"
holomap_color = HOLOMAP_AREACOLOR_CARGO
/area/mine/sleeper
name = "Mining station Emergency Sleeper"
holomap_color = HOLOMAP_AREACOLOR_MEDICAL
/area/mine/north_outpost
name = "North Mining Outpost"
holomap_color = HOLOMAP_AREACOLOR_CARGO
/area/mine/west_outpost
name = "West Mining Outpost"
holomap_color = HOLOMAP_AREACOLOR_CARGO