show threat budget in debug text overlay
This commit is contained in:
@@ -555,6 +555,11 @@ Tick Simulation::bossCountdownTicks() const
|
||||
return m_waveSystem->bossCountdownTicks();
|
||||
}
|
||||
|
||||
Tick Simulation::normalGapRemainingTicks() const
|
||||
{
|
||||
return m_waveSystem->normalGapRemainingTicks();
|
||||
}
|
||||
|
||||
int Simulation::schematicLevel(const std::string& shipId) const
|
||||
{
|
||||
const std::map<std::string, SchematicState>::const_iterator it =
|
||||
|
||||
Reference in New Issue
Block a user