Warden can open the lethal injection locker (#94247)

## About The Pull Request

The access of the injection locker matches the rest of the room and
warden can open it (not normal officers)

## Why It's Good For The Game

It makes no sense why this one method of execution specifically is only
for HOS and captain. Warden can already shoot it open with lasers or
shoot the guy being executed with lasers so it's not like it's
powercreep or smth.

## Changelog
🆑
balance: The lethal injection locker is now accessible by the warden.
/🆑
This commit is contained in:
Alien
2025-12-02 17:23:58 +02:00
committed by GitHub
parent fb5f15b8b4
commit 99fcd710e5
@@ -174,7 +174,7 @@
/obj/structure/closet/secure_closet/injection
name = "lethal injections locker"
req_access = list(ACCESS_HOS)
req_access = list(ACCESS_ARMORY)
/obj/structure/closet/secure_closet/injection/PopulateContents()
..()