Skip to content

Commit

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

## Что этот PR делает
Исправляет позицию гравгена в связи с обновлением большой машинерии

## Changelog

:cl:
fix: Исправлена съехавшая позиция Гравгена.
/:cl:

<!-- Оба :cl:'а должны быть на месте, что-бы чейнджлог работал! Вы
можете написать свой ник справа от первого :cl:, если хотите. Иначе
будет использован ваш ник на ГитХабе. -->
<!-- Вы можете использовать несколько записей с одинаковым префиксом
(Они используются только для иконки в игре) и удалить ненужные. Помните,
что чейнджлог должен быть понятен обычным игроком. -->
<!-- Если чейнджлог не влияет на игроков(например, это рефактор), вы
можете исключить всю секцию. -->
  • Loading branch information
dj-34 committed Sep 10, 2024
1 parent 447a3b6 commit 23d6d0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions _maps/map_files220/stations/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -22718,7 +22718,7 @@
"bLi" = (
/obj/machinery/gravity_generator/main/station,
/turf/simulated/floor/plasteel{
dir = 4;
dir = 8;
icon_state = "vault"
},
/area/station/engineering/gravitygenerator)
Expand Down Expand Up @@ -142358,7 +142358,7 @@ bFC
pua
bHB
bHz
bLi
bHD
rnK
bFC
aab
Expand Down Expand Up @@ -142615,7 +142615,7 @@ bFC
bSk
bHz
bFE
bHz
bLi
cRr
bFC
aaa
Expand Down
6 changes: 3 additions & 3 deletions _maps/map_files220/stations/deltastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -19463,7 +19463,7 @@
"bEG" = (
/obj/machinery/gravity_generator/main/station,
/turf/simulated/floor/plasteel{
dir = 1;
dir = 8;
icon_state = "vault"
},
/area/station/engineering/gravitygenerator)
Expand Down Expand Up @@ -134199,7 +134199,7 @@ bwN
bzE
bBi
bBj
bEG
bBi
bGB
bwN
abj
Expand Down Expand Up @@ -134456,7 +134456,7 @@ bwN
bzE
bBj
bDc
bBj
bEG
bzE
bwN
abj
Expand Down
6 changes: 3 additions & 3 deletions _maps/map_files220/stations/metastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2302,7 +2302,7 @@
"aqh" = (
/obj/machinery/gravity_generator/main/station,
/turf/simulated/floor/plasteel{
dir = 4;
dir = 8;
icon_state = "vault"
},
/area/station/engineering/gravitygenerator)
Expand Down Expand Up @@ -131007,7 +131007,7 @@ abq
amk
anl
aoJ
aqh
ann
aGt
nHi
avR
Expand Down Expand Up @@ -131264,7 +131264,7 @@ abq
amk
apJ
ank
aoJ
aqh
ccM
asQ
avV
Expand Down

0 comments on commit 23d6d0f

Please sign in to comment.