Skip to content

Commit

Permalink
Fix: Path fixes (#537)
Browse files Browse the repository at this point in the history
Исправление путей после мержа с оффами

:cl:
/:cl:

<!-- Оба :cl:'а должны быть на месте, что-бы чейнджлог работал! Вы
можете написать свой ник справа от первого :cl:, если хотите. Иначе
будет использован ваш ник на ГитХабе. -->
<!-- Вы можете использовать несколько записей с одинаковым префиксом
(Они используются только для иконки в игре) и удалить ненужные. Помните,
что чейнджлог должен быть понятен обычным игроком. -->
<!-- Если чейнджлог не влияет на игроков(например, это рефактор), вы
можете исключить всю секцию. -->
  • Loading branch information
dj-34 committed Oct 22, 2023
1 parent 6074ef0 commit 53008fe
Show file tree
Hide file tree
Showing 4 changed files with 5,027 additions and 2,786 deletions.
2 changes: 1 addition & 1 deletion _maps/map_files220/RandomZLevels/caves.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
/turf/simulated/floor/plating/lavaland_air,
/area/awaymission/caves)
"aW" = (
/obj/structure/cult/archives,
/obj/structure/cult/functional/archives,
/obj/item/spellbook/oneuse/fake_gib,
/obj/effect/spawner/random_spawners/blood_often,
/obj/effect/decal/cleanable/dust,
Expand Down
10 changes: 5 additions & 5 deletions _maps/map_files220/cyberiad/cyberiad.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -16976,7 +16976,7 @@
},
/area/station/service/library)
"bmF" = (
/obj/structure/cult/archives,
/obj/structure/cult/functional/archives,
/obj/machinery/light_switch/south,
/turf/simulated/floor/plasteel{
icon_state = "cult"
Expand Down Expand Up @@ -55942,12 +55942,12 @@
/area/station/supply/storage)
"hyR" = (
/obj/item/toy/figure/crew/cargotech,
/obj/item/cartridge/quartermaster,
/obj/item/cartridge/quartermaster{
/obj/item/cartridge/qm,
/obj/item/cartridge/qm{
pixel_x = -4;
pixel_y = 7
},
/obj/item/cartridge/quartermaster{
/obj/item/cartridge/qm{
pixel_x = 6;
pixel_y = 5
},
Expand Down Expand Up @@ -75847,7 +75847,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/apmaint)
"oWW" = (
/obj/structure/cult/archives,
/obj/structure/cult/functional/archives,
/turf/simulated/floor/plating,
/area/station/maintenance/fsmaint)
"oXo" = (
Expand Down
8 changes: 4 additions & 4 deletions _maps/map_files220/delta/delta.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -29514,7 +29514,7 @@
/turf/simulated/floor/plasteel/dark,
/area/station/service/library)
"cvo" = (
/obj/structure/cult/archives,
/obj/structure/cult/functional/archives,
/turf/simulated/floor/plasteel/dark,
/area/station/service/library)
"cvp" = (
Expand Down Expand Up @@ -79464,14 +79464,14 @@
/area/station/engineering/control)
"pNk" = (
/obj/structure/table/reinforced,
/obj/item/cartridge/quartermaster{
/obj/item/cartridge/qm{
pixel_x = -3
},
/obj/item/cartridge/quartermaster{
/obj/item/cartridge/qm{
pixel_x = -1;
pixel_y = 7
},
/obj/item/cartridge/quartermaster{
/obj/item/cartridge/qm{
pixel_x = 5;
pixel_y = 3
},
Expand Down
Loading

0 comments on commit 53008fe

Please sign in to comment.