mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Library windoor access fix (#13557)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
author: Doxxmedearly
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "The windoor to the library desk now requires the correct access to open."
|
||||
@@ -1144,7 +1144,11 @@
|
||||
/area/hallway/primary/central_two)
|
||||
"aFK" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/machinery/door/window/westright,
|
||||
/obj/machinery/door/window/southright{
|
||||
dir = 8;
|
||||
name = "Library Desk";
|
||||
req_access = list(37)
|
||||
},
|
||||
/turf/simulated/floor/wood,
|
||||
/area/library)
|
||||
"aGH" = (
|
||||
|
||||
Reference in New Issue
Block a user