Gives evidence room its own access (#28217)

* new access level

* comma

* more commas (rat bastards)

* finally got them all

* mapping changes

* Update code/game/jobs/access.dm

remember your punctuation

Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com>

---------

Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com>
This commit is contained in:
Christasmurf
2025-02-13 19:06:01 +00:00
committed by GitHub
parent 2fbbcb41df
commit acbe712c25
12 changed files with 45 additions and 24 deletions
+6
View File
@@ -170,6 +170,9 @@
/obj/effect/mapping_helpers/airlock/access/any/security/iaa
access = ACCESS_INTERNAL_AFFAIRS
/obj/effect/mapping_helpers/airlock/access/any/security/evidence
access = ACCESS_EVIDENCE
// -------------------- Service access helpers
/obj/effect/mapping_helpers/airlock/access/any/service
icon_state = "access_helper_serv"
@@ -389,6 +392,9 @@
/obj/effect/mapping_helpers/airlock/access/all/security/iaa
access = ACCESS_INTERNAL_AFFAIRS
/obj/effect/mapping_helpers/airlock/access/all/security/evidence
access = ACCESS_EVIDENCE
// -------------------- Service access helpers
/obj/effect/mapping_helpers/airlock/access/all/service
icon_state = "access_helper_serv"
@@ -176,6 +176,9 @@
/obj/effect/mapping_helpers/airlock/windoor/access/any/security/iaa
access = ACCESS_INTERNAL_AFFAIRS
/obj/effect/mapping_helpers/airlock/windoor/access/any/security/evidence
access = ACCESS_EVIDENCE
// -------------------- Service access helpers
/obj/effect/mapping_helpers/airlock/windoor/access/any/service
icon_state = "access_windoor_serv"
@@ -385,6 +388,9 @@
/obj/effect/mapping_helpers/airlock/windoor/access/all/security/iaa
access = ACCESS_INTERNAL_AFFAIRS
/obj/effect/mapping_helpers/airlock/windoor/access/all/security/evidence
access = ACCESS_EVIDENCE
// -------------------- Service access helpers
/obj/effect/mapping_helpers/airlock/windoor/access/all/service
icon_state = "access_windoor_serv"