Merge branch 'main' of https://github.com/SnorreSelmer/stationeers_ic10
This commit is contained in:
commit
16085e94a6
@ -34,12 +34,12 @@ yield
|
||||
# Check storage pressure
|
||||
l OutPressure filtration PressureOutput
|
||||
slt FilterActive OutPressure MAXPRESSURE
|
||||
beqz FilterActive filteronoff
|
||||
beqz FilterActive filteronoff # if pressure > MAX, skip to shutdown
|
||||
|
||||
# Check temperature
|
||||
l InTemperature filtration TemperatureInput
|
||||
slt FilterActive InTemperature MAXTEMPERATURE
|
||||
beqz FilterActive filteronoff
|
||||
beqz FilterActive filteronoff # if temperature > MAX, skip to shutdown
|
||||
|
||||
# Check filters and set diodes
|
||||
ls FilterLeft filtration 0 Quantity
|
||||
@ -106,4 +106,4 @@ beqz FilterHash ra
|
||||
|
||||
#if you are still here then it is an error so end
|
||||
s filtration On 0
|
||||
j start
|
||||
j start
|
||||
|
Loading…
Reference in New Issue
Block a user