1
0
Fork 0

Merge branch 'dev' into 3D

This commit is contained in:
Jonathan Redpath 2022-01-07 18:43:14 +00:00
commit 6b767ae485

View file

@ -100,7 +100,7 @@ var triggerDoor = func(door, doorName, doorDesc) {
};
setlistener("/controls/doors/doorc-switch",func(a){
if (getprop("systems/electrical/bus/dc-2")>25 or getprop("systems/electrical/bus/dc-1")>25) {
if (systems.ELEC.Bus.dc1.getValue() > 25 or systems.ELEC.Bus.dc2.getValue() > 25) {
var pos = a.getValue();
var current = getprop("/sim/model/door-positions/doorc/lock-status");
if (pos == 1 and current == 0) { ## LOCK