Begin work on new tank busters, adjust init func

This commit is contained in:
2025-04-25 19:05:19 -04:00
parent 702006315b
commit 9a77fe9e11
3 changed files with 65 additions and 1 deletions

View File

@@ -94,5 +94,6 @@ public void OnGameFrame() {
if(WeatherManager.TornadoWarning) WeatherManager.TickSiren();
if (AudioManager.shouldTick) AudioManager.TickBGM();
if (BossHandler.shouldTick) BossHandler.Tick();
if (BossHandler.tickBusterNuclear) BossHandler.TickBusterNuclear();
WeatherManager.TickFog();
}