mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
OM Vault (#16142)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed OM not having access to the vault."
|
||||
@@ -3737,7 +3737,7 @@
|
||||
pixel_x = -38;
|
||||
pixel_y = 32;
|
||||
specialfunctions = 4;
|
||||
req_access = list(20)
|
||||
req_one_access = list(20,41)
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
@@ -33168,7 +33168,7 @@
|
||||
"qgL" = (
|
||||
/obj/machinery/door/airlock/vault/bolted{
|
||||
id_tag = "Vault_Airlock";
|
||||
req_access = list(20)
|
||||
req_one_access = list(20,41)
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/hatch/yellow,
|
||||
/obj/machinery/door/firedoor,
|
||||
@@ -33189,7 +33189,8 @@
|
||||
pixel_x = 6;
|
||||
name = "Vault Turret Control";
|
||||
pixel_y = 32;
|
||||
req_access = list(20)
|
||||
req_one_access = list(20,41);
|
||||
req_access = null
|
||||
},
|
||||
/turf/simulated/floor/tiled/full,
|
||||
/area/storage/secure)
|
||||
|
||||
Reference in New Issue
Block a user