Boss fight working better now, but I need to fix the events.

This commit is contained in:
Zed A. Shaw 2025-12-17 10:45:22 -05:00
parent fe76196f83
commit 6c34fea64a
3 changed files with 46 additions and 38 deletions

View file

@ -46,5 +46,8 @@ namespace boss {
void run_systems();
bool player_dead();
void init_fight();
void do_combat(std::any data);
void next_combat_dumb_name();
};
}