mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 05:22:40 +00:00
Admin level doors are now always of the secure variant.
Players keep finding ways to surprise.
This commit is contained in:
@@ -1022,6 +1022,9 @@ About the new airlock wires panel:
|
||||
name = "[istext(assembly.glass) ? "[assembly.glass] airlock" : assembly.base_name]"
|
||||
|
||||
//wires
|
||||
var/turf/T = get_turf(newloc)
|
||||
if(T && (T.z in config.admin_levels))
|
||||
secured_wires = 1
|
||||
if (secured_wires)
|
||||
wires = new/datum/wires/airlock/secure(src)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user