From caadf70178330b1970b2e08a4cf260a0d100923c Mon Sep 17 00:00:00 2001 From: Snorre Selmer Date: Sat, 4 Sep 2021 14:01:30 +0200 Subject: [PATCH] Fixed both pumps running at same time edge-case --- automated_canister_filling.ic10 | 1 + 1 file changed, 1 insertion(+) diff --git a/automated_canister_filling.ic10 b/automated_canister_filling.ic10 index af15e6e..ad13356 100644 --- a/automated_canister_filling.ic10 +++ b/automated_canister_filling.ic10 @@ -55,4 +55,5 @@ l storage_pressure analyzer Pressure sgt gas_to_move storage_pressure 0 # trigger evac pump s evac_pump On gas_to_move +bgtz gas_to_move evac j start \ No newline at end of file