From 5e67d9249c1eb823748d90f5eca4768f91fdda7e Mon Sep 17 00:00:00 2001 From: starrm4nn <139372157+starrm4nn@users.noreply.github.com> Date: Fri, 8 Mar 2024 19:20:07 +0000 Subject: [PATCH] adds EVA to common access (#81791) ## About The Pull Request HoP (or anyone with id console access) can give EVA access to non-command crewmembers ## Why It's Good For The Game Its a bit weird that the HoP can't give EVA access to non-command crewmembers since people always tide in or ask the AI or a head of staff to open the shutters for them when they plan on exploring space, Also this gives the HoP more stuff to do ## Changelog :cl: qol: EVA can be given now in common access slots for non-command crewmembers. /:cl: --- code/__DEFINES/access.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__DEFINES/access.dm b/code/__DEFINES/access.dm index 90726effb00..6ad72cccd8b 100644 --- a/code/__DEFINES/access.dm +++ b/code/__DEFINES/access.dm @@ -294,6 +294,7 @@ ACCESS_DETECTIVE, \ ACCESS_ENGINE_EQUIP, \ ACCESS_ENGINEERING, \ + ACCESS_EVA, \ ACCESS_EXTERNAL_AIRLOCKS, \ ACCESS_GATEWAY, \ ACCESS_GENETICS, \