Quick ability to set the countdown timer length.

This commit is contained in:
Zed A. Shaw 2025-04-23 01:04:00 -04:00
parent d4d8c780a4
commit 8a30fafabb
4 changed files with 21 additions and 6 deletions

View file

@ -24,7 +24,6 @@ enum class GameBonus {
};
class GameEngine : DeadSimpleFSM<GameState, GameEvent> {
std::map<string, int> damage_types{
{"error", 4},
{"warning", 1},