Skip to content

Commit

Permalink
[Fix] Delta Fixes (#1063)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Видимо, моя трилогия фиксов карт...

Фиксит три проблемы на дельте:
- Обрезанный провод от допросной до "просматриваемой допросной"
- Обрезанный провод с техов до комнат клоуна и мима
- ЛКП в техах над голопадом теперь изначально подключён к общей сети
(почему-то лэндмарк повреждённого пола "ломает" соединение провода и
терминала ЛКП)

## Почему это хорошо для игры
Меньше инженерных тревог из-за ошибок ~~мапперов~~ инженеров НТ, полагаю

## Тестирование
Играл на локалке 9 часов

## Changelog

:cl:
fix: Дельта: Обрезанный провод в допросной
fix: Дельта: Обрезанный провод под дверью с техов до комнат клоуна и
мима
fix: Дельта: ЛКП в техах над голопадом теперь изначально подключён к
сети
/:cl:
  • Loading branch information
MrRomainzZ authored Mar 7, 2024
1 parent b7d6f13 commit 75969f4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion _maps/map_files220/delta/delta.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -30517,7 +30517,6 @@
"csf" = (
/obj/structure/cable,
/obj/machinery/power/apc/directional/south,
/obj/effect/landmark/damageturf,
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/plasteel{
icon_state = "black"
Expand Down Expand Up @@ -33943,6 +33942,11 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
/obj/structure/cable{
d1 = 1;
d2 = 8;
icon_state = "1-8"
},
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "red"
Expand Down Expand Up @@ -50020,6 +50024,11 @@
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance,
/obj/effect/mapping_helpers/airlock/access/any/service/theatre,
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/turf/simulated/floor/plating,
/area/station/maintenance/fore)
"eBE" = (
Expand Down Expand Up @@ -83693,6 +83702,11 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
},
/obj/structure/cable{
d1 = 1;
d2 = 2;
icon_state = "1-2"
},
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "red"
Expand Down

0 comments on commit 75969f4

Please sign in to comment.