mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Turn off cargo ship lights during sandstorm period as well.
This commit is contained in:
@@ -186,11 +186,14 @@ func (plc *Plc) SetSandstormUp(state bool) {
|
||||
plc.coils[sandstormUpBlue] = state
|
||||
}
|
||||
|
||||
func (plc *Plc) SetCargoShipLights(state bool) {
|
||||
plc.coils[cargoShipLightRed] = state
|
||||
plc.coils[cargoShipLightBlue] = state
|
||||
}
|
||||
|
||||
func (plc *Plc) SetCargoShipMagnets(state bool) {
|
||||
plc.coils[cargoShipMagnetRed] = state
|
||||
plc.coils[cargoShipMagnetBlue] = state
|
||||
plc.coils[cargoShipLightRed] = state
|
||||
plc.coils[cargoShipLightBlue] = state
|
||||
}
|
||||
|
||||
func (plc *Plc) SetRocketLights(red, blue bool) {
|
||||
|
||||
Reference in New Issue
Block a user