We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45fef7 commit 631a5bcCopy full SHA for 631a5bc
1 file changed
src/game/scenes/arena.c
@@ -559,7 +559,7 @@ void arena_har_defeat_hook(int player_id, scene *scene) {
559
}
560
score->rounds++;
561
if(player_winner->ctrl->type != CTRL_TYPE_AI && player_loser->ctrl->type == CTRL_TYPE_AI) {
562
- chr_score_victory(score, har_health_percent(winner_har));
+ //chr_score_victory(score, har_health_percent(winner_har));
563
564
if(score->rounds >= ceilf(local->rounds / 2.0f)) {
565
har_set_ani(winner, ANIM_VICTORY, 0);
0 commit comments