mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge branch 'master' of https://github.com/Baystation12/Baystation12 into dev-freeze
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]"
|
name = "[istext(assembly.glass) ? "[assembly.glass] airlock" : assembly.base_name]"
|
||||||
|
|
||||||
//wires
|
//wires
|
||||||
|
var/turf/T = get_turf(newloc)
|
||||||
|
if(T && (T.z in config.admin_levels))
|
||||||
|
secured_wires = 1
|
||||||
if (secured_wires)
|
if (secured_wires)
|
||||||
wires = new/datum/wires/airlock/secure(src)
|
wires = new/datum/wires/airlock/secure(src)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user