Skip to content

Commit

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

## Что этот PR делает
Поднимает доступы атмоса до инжа.

## Почему это хорошо для игры
Несколько раз просили уровнять доступы инжа и атмоса. Справедливо, один
не должен быть подсосом другого.

## Тестирование
Открывается ранее недоступное атмосу (апц, шкафчики).

## Changelog

:cl: Maxiemar
tweak: Атмосферный техник теперь имеет те же доступы, что и станционный
инженер.
/:cl:
  • Loading branch information
m-dzianishchyts authored Dec 8, 2024
1 parent 1ac0d91 commit e8df025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/balance/code/access/access.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/datum/job/atmos/New()
. = ..()
access |= list(ACCESS_ENGINE)
access |= list(ACCESS_ENGINE, ACCESS_ENGINE_EQUIP)

/datum/job/engineer/New()
. = ..()
Expand Down

0 comments on commit e8df025

Please sign in to comment.