Skip to content

Commit

Permalink
Fix: mechtransport_new (#232)
Browse files Browse the repository at this point in the history
<!-- Пишите **НИЖЕ** заголовков и **ВЫШЕ** комментариев, иначе что то
может пойти не так. -->
<!-- Вы можете прочитать Contributing.MD, если хотите узнать больше. -->

## Что этот PR делает

Убрал лишний монитор посреди склада, поставил структуры заместо
машинерии

## Почему это хорошо для игры

меньше косяков

## Изображения изменений
<!-- Если вы не меняли карту или спрайты, можете опустить эту секцию.
Если хотите, можете вставить видео. -->

## Тестирование
поклацал мышкой

## Changelog

:cl:
fix: структуры на карте mechtransport_new

/:cl:

<!-- Оба :cl:'а должны быть на месте, что-бы чейнджлог работал! Вы
можете написать свой ник справа от первого :cl:, если хотите. Иначе
будет использован ваш ник на ГитХабе. -->
<!-- Вы можете использовать несколько записей с одинаковым префиксом
(Они используются только для иконки в игре) и удалить ненужные. Помните,
что чейнджлог должен быть понятен обычным игроком. -->
<!-- Если чейнджлог не влияет на игроков(например, это рефактор), вы
можете исключить всю секцию. -->
  • Loading branch information
konushi authored Sep 23, 2023
1 parent c4679d3 commit cfdab1c
Showing 1 changed file with 24 additions and 27 deletions.
51 changes: 24 additions & 27 deletions _maps/map_files220/RandomRuins/SpaceRuins/mechtransport_new.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,12 @@
/turf/simulated/floor/mineral/titanium/yellow,
/area/ruin/space/powered)
"dL" = (
/obj/structure/plasticflaps{
/obj/structure{
icon_state = "controller-o";
icon = 'icons/obj/stationobjs.dmi';
desc = "These are some kind of high-tech structures.";
name = "data base"
name = "data server";
density = 1
},
/turf/simulated/floor/bluegrid,
/area/ruin/space/powered)
Expand Down Expand Up @@ -378,9 +380,7 @@
/turf/simulated/floor/mineral/titanium/yellow,
/area/ruin/space/powered)
"iU" = (
/obj/item/kirbyplants{
icon_state = "plant-32"
},
/obj/item/kirbyplants,
/obj/machinery/light_construct{
icon_state = "tube-broken";
dir = 8
Expand Down Expand Up @@ -672,10 +672,6 @@
},
/turf/simulated/floor/mineral/titanium,
/area/ruin/space/powered)
"oT" = (
/obj/machinery/status_display,
/turf/simulated/floor/mineral/titanium/yellow,
/area/ruin/space/powered)
"oY" = (
/obj/structure/closet/crate{
icon_state = "scicrate";
Expand Down Expand Up @@ -776,10 +772,12 @@
/turf/simulated/floor/plating,
/area/ruin/space/powered)
"ro" = (
/obj/structure/plasticflaps{
/obj/structure{
icon_state = "mechfab1";
desc = "Nothing is being built.";
name = "exosuit fabricator"
name = "exosuit fabricator";
icon = 'icons/obj/stationobjs.dmi';
density = 1
},
/turf/simulated/floor/mineral/titanium,
/area/ruin/space/powered)
Expand Down Expand Up @@ -1272,9 +1270,7 @@
/turf/simulated/floor/mineral/titanium,
/area/ruin/space/powered)
"Bh" = (
/obj/item/kirbyplants{
icon_state = "plant-34"
},
/obj/item/kirbyplants,
/obj/machinery/light/spot{
dir = 4
},
Expand Down Expand Up @@ -1447,10 +1443,12 @@
/turf/simulated/floor/mineral/plastitanium/red,
/area/ruin/space/powered)
"EI" = (
/obj/structure/plasticflaps{
/obj/structure{
icon_state = "controller-p";
icon = 'icons/obj/stationobjs.dmi';
desc = "These are some kind of high-tech structures.";
name = "data base"
name = "data server";
density = 1
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/bluegrid,
Expand Down Expand Up @@ -1519,10 +1517,11 @@
/turf/simulated/floor/mineral/titanium/blue,
/area/ruin/space/powered)
"Fx" = (
/obj/structure/fluff{
/obj/structure{
icon_state = "holopad_open";
icon = 'icons/obj/stationobjs.dmi';
desc = "Holopad for long-distance communication.";
name = "Holopad"
name = "holopad"
},
/turf/simulated/floor/mineral/titanium/blue,
/area/ruin/space/powered)
Expand Down Expand Up @@ -1650,10 +1649,12 @@
/turf/simulated/floor/mineral/titanium/purple,
/area/ruin/space/powered)
"Hl" = (
/obj/structure/plasticflaps{
/obj/structure{
icon_state = "blackbox_b";
icon = 'icons/obj/stationobjs.dmi';
desc = "This is an old-style communications server.";
name = "communications server";
desc = "This is an old-style communications server."
density = 1
},
/obj/effect/decal/cleanable/dirt,
/turf/simulated/floor/bluegrid,
Expand Down Expand Up @@ -1768,9 +1769,7 @@
/turf/simulated/floor/bluegrid,
/area/ruin/space/powered)
"Jq" = (
/obj/item/kirbyplants{
icon_state = "plant-32"
},
/obj/item/kirbyplants,
/obj/machinery/light_construct{
icon_state = "tube-broken";
dir = 4
Expand Down Expand Up @@ -2314,9 +2313,7 @@
/turf/simulated/floor/bluegrid,
/area/ruin/space/powered)
"TR" = (
/obj/item/kirbyplants{
icon_state = "plant-34"
},
/obj/item/kirbyplants,
/obj/machinery/light_construct{
icon_state = "tube-broken";
dir = 8
Expand Down Expand Up @@ -3826,7 +3823,7 @@ PT
Kb
Cm
Jr
oT
nk
nk
sD
iK
Expand Down

0 comments on commit cfdab1c

Please sign in to comment.