Added Reserve D2 functionality.
This commit is contained in:
parent
c2963a200a
commit
804547cdc3
@ -46,12 +46,22 @@ namespace ValensHasThePower
|
|||||||
Switch.DoorState = EDoorState.Open;
|
Switch.DoorState = EDoorState.Open;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Switch.ExfiltrationPoint == "EXFIL_ZONE_ZB013")
|
//Activate Exfil for ZB-013
|
||||||
{
|
//if (Switch.ExfiltrationPoint == "EXFIL_ZONE_ZB013")
|
||||||
Switch.ExfiltrationPoint.Status = ??
|
//{
|
||||||
}
|
// Switch.ExfiltrationPoint.Status = ??
|
||||||
|
//}
|
||||||
|
|
||||||
//Reserve
|
//Reserve
|
||||||
|
if (Switch.Id == "autoId_00000_D2_LEVER" && Switch.name == "reserve_electric_switcher_lever")
|
||||||
|
{
|
||||||
|
Switch.DoorState = EDoorState.Open;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (Switch.Id == "00453" && Switch.name == "Node_GatesButton")
|
||||||
|
{
|
||||||
|
Switch.DoorState = EDoorState.Interacting;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user