Add ability to manually trigger O2 alarms, plus some more tidying.
This commit is contained in:
@ -51,7 +51,7 @@ namespace IngameScript
|
||||
if (referenceVent != null) foreach (Airlock airlock in _airlocks.Values) { airlock.ReferenceVent = referenceVent; }
|
||||
|
||||
Console.Print($"Found {_airlocks.Count} airlocks.");
|
||||
Console.PrintLower($"Airlock Controller\nTotal Ticks: 0");
|
||||
Console.UpdateTickCount();
|
||||
}
|
||||
|
||||
public void Main(string argument, UpdateType updateSource)
|
||||
|
Reference in New Issue
Block a user