Add ability to manually trigger O2 alarms, plus some more tidying.
This commit is contained in:
@ -64,7 +64,7 @@ namespace IngameScript
|
||||
// Write the "standard" text to the lower console
|
||||
public void UpdateTickCount()
|
||||
{
|
||||
PrintLower($"Airlock Controller\nTotal Ticks: {++_tickCount}");
|
||||
PrintLower($"{_programName}\nTotal Ticks: {++_tickCount}");
|
||||
}
|
||||
|
||||
// Most programs probably want to use UpdateTickCount to get program name and
|
||||
|
Reference in New Issue
Block a user