Skip to content

Commit

Permalink
Set general access for vacant office on Kerberos (#1474)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Изменяет доступ на шлюзах свободного офиса на Дельте. На оффах там
общий, все равно с обеих сторон свободный коридор.
Добавляет в комнату кнопку для затемнения окон.

## Почему это хорошо для игры
Возможно порой сократить путь.

## Изображения изменений
mapdiff

## Тестирование
Зашел ассистентом, затемнил окна, сижу.

## Changelog

:cl: Maxiemar
fix: Свободный офис возле мостика на Дельте теперь имеет общий доступ.
tweak: Свободный офис возле мостика на Дельте теперь имеет затемняющиеся
окна.
/:cl:
  • Loading branch information
m-dzianishchyts authored Sep 6, 2024
1 parent b60ac4a commit 81f3aca
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions _maps/map_files220/stations/deltastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -14563,11 +14563,11 @@
/turf/simulated/floor/wood/fancy/cherry,
/area/station/legal/lawoffice)
"bkb" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
d2 = 8;
icon_state = "0-8"
},
/obj/effect/spawner/window/reinforced/polarized/grilled,
/turf/simulated/floor/plating,
/area/station/public/vacant_office/secondary)
"bkd" = (
Expand Down Expand Up @@ -31691,7 +31691,7 @@
d2 = 4;
icon_state = "2-4"
},
/obj/effect/mapping_helpers/airlock/access/any/command/general,
/obj/effect/mapping_helpers/airlock/polarized,
/turf/simulated/floor/wood/oak,
/area/station/public/vacant_office/secondary)
"cxd" = (
Expand Down Expand Up @@ -57469,7 +57469,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/mapping_helpers/airlock/access/any/command/general,
/obj/effect/mapping_helpers/airlock/polarized,
/turf/simulated/floor/carpet,
/area/station/public/vacant_office/secondary)
"gzd" = (
Expand Down Expand Up @@ -80168,7 +80168,7 @@
d2 = 8;
icon_state = "2-8"
},
/obj/effect/mapping_helpers/airlock/access/any/command/general,
/obj/effect/mapping_helpers/airlock/polarized,
/turf/simulated/floor/wood/oak,
/area/station/public/vacant_office/secondary)
"nnZ" = (
Expand Down Expand Up @@ -83428,11 +83428,11 @@
},
/area/station/hallway/secondary/exit/maintenance)
"oeY" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
d2 = 2;
icon_state = "0-2"
},
/obj/effect/spawner/window/reinforced/polarized/grilled,
/turf/simulated/floor/plating,
/area/station/public/vacant_office/secondary)
"oeZ" = (
Expand Down Expand Up @@ -88711,11 +88711,11 @@
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"pJv" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
d2 = 4;
icon_state = "0-4"
},
/obj/effect/spawner/window/reinforced/polarized/grilled,
/turf/simulated/floor/plating,
/area/station/public/vacant_office/secondary)
"pJw" = (
Expand Down Expand Up @@ -96156,9 +96156,13 @@
/area/station/maintenance/medmaint)
"rUS" = (
/obj/machinery/door_control/bolt_control/north{
id = "pub_room"
id = "pub_room";
pixel_x = 6
},
/obj/machinery/light/directional/north,
/obj/machinery/button/windowtint/north{
pixel_x = -6
},
/turf/simulated/floor/carpet,
/area/station/public/vacant_office/secondary)
"rVa" = (
Expand Down Expand Up @@ -108280,8 +108284,8 @@
/turf/simulated/floor/engine,
/area/station/science/toxins/mixing)
"vBU" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable,
/obj/effect/spawner/window/reinforced/polarized/grilled,
/turf/simulated/floor/plating,
/area/station/public/vacant_office/secondary)
"vBV" = (
Expand Down Expand Up @@ -109427,7 +109431,7 @@
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/effect/mapping_helpers/airlock/access/any/command/general,
/obj/effect/mapping_helpers/airlock/polarized,
/turf/simulated/floor/carpet,
/area/station/public/vacant_office/secondary)
"vTJ" = (
Expand Down Expand Up @@ -111922,7 +111926,6 @@
},
/area/station/hallway/primary/central/north)
"wHF" = (
/obj/effect/spawner/window/reinforced/grilled,
/obj/structure/cable{
d2 = 2;
icon_state = "0-2"
Expand All @@ -111937,6 +111940,7 @@
d2 = 8;
icon_state = "2-8"
},
/obj/effect/spawner/window/reinforced/polarized/grilled,
/turf/simulated/floor/plating,
/area/station/public/vacant_office/secondary)
"wHH" = (
Expand Down

0 comments on commit 81f3aca

Please sign in to comment.