More updoots again.
This commit is contained in:
parent
a1407ac06f
commit
71153e1e9e
@ -98,12 +98,22 @@ namespace ValensHasThePower
|
||||
// turns on lamps
|
||||
foreach (var lamp in lamps)
|
||||
{
|
||||
lamp.LampState = Turnable.EState.On;
|
||||
lamp.Enabled = true;
|
||||
lamp.StartCoroutine("method_1", true);
|
||||
gettype<lamp>
|
||||
Debug.LogError(lamp.name);
|
||||
}
|
||||
|
||||
// turns on power
|
||||
switches.DoorState = EDoorState.Open;
|
||||
}
|
||||
}
|
||||
|
||||
// turns on d2 extract button
|
||||
if (switches.Id == "00453" && switches.name == "Node_GatesButton")
|
||||
{
|
||||
switches.DoorState = EDoorState.Shut;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user