Cleanup before refactoring the boss/fight.cpp code.

This commit is contained in:
Zed A. Shaw 2025-12-05 12:02:57 -05:00
parent 94c0d2dc0b
commit 1537a81aac
3 changed files with 7 additions and 15 deletions

View file

@ -68,7 +68,8 @@ TEST_CASE("battle operations fantasy", "[combat-battle]") {
break;
case BattleHostState::disagree:
fmt::println("REBELIOUS ACT: {}", wants_to);
battle.$player_requests.clear();
battle.clear_requests();
REQUIRE(battle.$player_requests.size() == 0);
break;
case BattleHostState::not_host:
if(wants_to == "kill_enemy") {