Skip to content

Commit 631a5bc

Browse files
committed
Disble vitality score as it desyncs the end of round timing
1 parent e45fef7 commit 631a5bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/scenes/arena.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ void arena_har_defeat_hook(int player_id, scene *scene) {
559559
}
560560
score->rounds++;
561561
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));
562+
//chr_score_victory(score, har_health_percent(winner_har));
563563
}
564564
if(score->rounds >= ceilf(local->rounds / 2.0f)) {
565565
har_set_ani(winner, ANIM_VICTORY, 0);

0 commit comments

Comments
 (0)