We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a7f55 commit b187296Copy full SHA for b187296
src/game/scenes/arena.c
@@ -689,7 +689,7 @@ void arena_har_defeat_hook(int loser_player_id, scene *scene) {
689
}
690
score->rounds++;
691
if(player_winner->ctrl->type != CTRL_TYPE_AI && player_loser->ctrl->type == CTRL_TYPE_AI) {
692
- chr_score_victory(score, har_health_percent(winner_har));
+ //chr_score_victory(score, har_health_percent(winner_har));
693
694
if(score->rounds >= ceilf(local->rounds / 2.0f)) {
695
winner_har->state = STATE_VICTORY;
0 commit comments