Skip to content

Commit

Permalink
фикс, перевод аванпоста и зоны у контрактника
Browse files Browse the repository at this point in the history
  • Loading branch information
Kar4es committed Jan 29, 2024
1 parent e77094e commit c1b65aa
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 141 deletions.
50 changes: 25 additions & 25 deletions code/game/area/areas/mining_areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,88 +65,88 @@
/**********************Outpost areas**************************/

/area/mine/outpost
name = "Mining Station"
name = "Шахтерский Аванпост"
icon_state = "mining"
sound_environment = SOUND_AREA_STANDARD_STATION

/area/mine/outpost/airlock
name = "Mining Station Airlock"
name = "Шлюз Шахтерского Аванпоста"
icon_state = "mining_eva"

/area/mine/outpost/cafeteria
name = "Mining Station Cafeteria"
name = "Кафетерий Шахтерского Аванпоста"
icon_state = "mining_living"

/area/lavaland/surface/outdoors/outpost/catwalk //subtype of /surface so storms hit there
name = "Mining Station Catwalk"
name = "Площадка вне Шахтерского Аванпоста"
icon_state = "mining"

/area/mine/outpost/comms
name = "Mining Station Communications"
name = "Отделение Телекоммуникаций Шахтерского Аванпоста"
icon_state = "tcomms"

/area/mine/outpost/custodial
name = "Mining Station Custodial Storage"
name = "Складское Помещение Шахтерского Аванпоста"
icon_state = "janitor"

/area/mine/outpost/engineering // basically engi and atmos combined. I'm keeping it as "engineering" code wise, but "Life Support" sounds cooler in-game
name = "Mining Station Life Support"
name = "Комната Жизнеобеспечения Шахтерского Аванпоста"
icon_state = "engi"

/area/mine/outpost/hallway
name = "Mining Station Central Wing"
name = "Центральное Крыло Шахтерского Аванпоста"
icon_state = "hallC"

/area/mine/outpost/hallway/east
name = "Mining Station East Wing"
name = "Восточное Крыло Шахтерского Аванпоста"
icon_state = "hallS"

/area/mine/outpost/hallway/west
name = "Mining Station West Wing"
name = "Западное Крыло Шахтерского Аванпоста"
icon_state = "hallP"

/area/mine/outpost/lockers
name = "Mining Station Locker Room"
name = "Раздевалка Шахтерского Аванпоста"
icon_state = "locker"

/area/mine/outpost/storage
name = "Mining Station Storage"
name = "Хранилище Шахтерского Аванпоста"
icon_state = "storage"

/area/mine/outpost/maintenance
name = "Mining Station Maintenance"
name = "Технические Тоннели Шахтерского Аванпоста"
icon_state = "maintcentral"

/area/mine/outpost/maintenance/south
name = "Mining Station South Maintenance"
name = "Южные Технические Тоннели Шахтерского Аванпоста"
icon_state = "amaint"

/area/mine/outpost/maintenance/east
name = "Mining Station East Maintenance"
name = "Восточные Технические Тоннели Шахтерского Аванпоста"
icon_state = "smaint"

/area/mine/outpost/medbay
name = "Mining Station Infirmary"
name = "Лазарет Шахтерского Аванпоста"
icon_state = "medbay"

/area/mine/outpost/mechbay
name = "Mining Station Mechbay"
name = "Мех. Отсек Шахтерского Аванпоста"
icon_state = "mechbay"

/area/mine/outpost/production
name = "Mining Station Production Room"
name = "Производственная Комната Шахтерского Аванпоста"
icon_state = "mining_production"

/area/mine/outpost/quartermaster
name = "Mining Station Quartermaster's Office"
name = "Офис Квартирмейстера Шахтерского Аванпоста"
icon_state = "qm"

/area/mine/laborcamp
name = "Labor Camp"
name = "Трудовой Лагерь"
icon_state = "brig"

/area/mine/laborcamp/security
name = "Labor Camp Security"
name = "Комната Охраны Трудового Лагеря"
icon_state = "security"
ambientsounds = HIGHSEC_SOUNDS

Expand All @@ -159,7 +159,7 @@
sound_environment = SOUND_AREA_LAVALAND

/area/lavaland/surface
name = "Lavaland"
name = "Лаваленд"
icon_state = "explored"
always_unpowered = TRUE
poweralm = FALSE
Expand All @@ -170,7 +170,7 @@
max_ambience_cooldown = 220 SECONDS

/area/lavaland/underground
name = "Lavaland Caves"
name = "Пещеры Лаваленда"
icon_state = "unexplored"
always_unpowered = TRUE
requires_power = TRUE
Expand All @@ -181,7 +181,7 @@
max_ambience_cooldown = 220 SECONDS

/area/lavaland/surface/outdoors
name = "Lavaland Wastes"
name = "Просторы Лаваленда"
outdoors = TRUE

/area/lavaland/surface/outdoors/unexplored //monsters and ruins spawn here
Expand All @@ -191,4 +191,4 @@
icon_state = "danger"

/area/lavaland/surface/outdoors/explored
name = "Lavaland Labor Camp"
name = "Лаваленд Трудового Лагеря"
2 changes: 1 addition & 1 deletion code/game/area/ss13_areas/maintenance_areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
icon_state = "construction"

/area/station/maintenance/auxsolarport
name = "Северо-Восточные Солнечные Панели"
name = "Северо-Западные Солнечные Панели"
icon_state = "FPctrl"

/area/station/maintenance/starboardsolar
Expand Down
Loading

0 comments on commit c1b65aa

Please sign in to comment.