1
0
Fork 0

use correct nodes for elec

This commit is contained in:
Jonathan Redpath 2022-01-07 18:43:09 +00:00
parent 60af6c024b
commit 8890a073b9

View file

@ -84,7 +84,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