Go back to automatically resetting once O2 levels are normalized.

This commit is contained in:
2025-02-12 01:00:44 -05:00
parent d5775df58a
commit 4be70bdfdb
4 changed files with 44 additions and 68 deletions

View File

@ -83,7 +83,7 @@ namespace IngameScript
private float _targetOxygenLevel = 0.0F;
private const int CooldownTicks = 120;
private const int CooldownTicks = 12;
private const int SealTimeoutTicks = 30;
public Airlock(string name, Program _program)