mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Med Back Entrance Access Fix (#14886)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
author: WickedCybs
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Medical's back entrance requires med access now. Formerly, it was all access"
|
||||
@@ -4487,7 +4487,8 @@
|
||||
"chP" = (
|
||||
/obj/machinery/door/firedoor,
|
||||
/obj/machinery/door/airlock/medical{
|
||||
name = "Intensive Care Unit"
|
||||
name = "Intensive Care Unit";
|
||||
req_access = list(5)
|
||||
},
|
||||
/obj/machinery/door/blast/shutters{
|
||||
density = 0;
|
||||
|
||||
Reference in New Issue
Block a user