mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Upstream consistency
This commit is contained in:
@@ -1275,10 +1275,10 @@ About the new airlock wires panel:
|
|||||||
//update the door's access to match the electronics'
|
//update the door's access to match the electronics'
|
||||||
secured_wires = electronics.secure
|
secured_wires = electronics.secure
|
||||||
if(electronics.one_access)
|
if(electronics.one_access)
|
||||||
if(req_access) req_access.Cut() //YWEdit
|
if(req_access) req_access.Cut() //YWEdit
|
||||||
req_one_access = src.electronics.conf_access
|
req_one_access = src.electronics.conf_access
|
||||||
else
|
else
|
||||||
if(req_one_access) req_one_access.Cut() //YWEdit
|
if(req_one_access) req_one_access.Cut() //YWEdit
|
||||||
req_access = src.electronics.conf_access
|
req_access = src.electronics.conf_access
|
||||||
|
|
||||||
//get the name from the assembly
|
//get the name from the assembly
|
||||||
|
|||||||
Reference in New Issue
Block a user