stationeers_ic10/mush_cooler.ic10

16 lines
309 B
Plaintext
Raw Permalink Normal View History

2023-04-01 14:57:11 +00:00
# Connect mush-pipe to Heat Exchanger, use Digital
# Valve to expose heat-exchanger to radiators
2023-01-22 15:42:07 +00:00
alias PipeAnalyzer d0
alias DigitalValve d1
alias valvetemp r0
define MAXTEMP 303.15 # 30C
start:
yield
l valvetemp PipeAnalyzer Temperature
sgt valvetemp valvetemp MAXTEMP
s DigitalValve On valvetemp
j start