We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f32e1a commit 0544174Copy full SHA for 0544174
src/game/scenes/arena.c
@@ -551,7 +551,7 @@ void arena_har_defeat_hook(int player_id, scene *scene) {
551
}
552
score->rounds++;
553
if(player_winner->ctrl->type != CTRL_TYPE_AI && player_loser->ctrl->type == CTRL_TYPE_AI) {
554
- //chr_score_victory(score, har_health_percent(winner_har));
+ // chr_score_victory(score, har_health_percent(winner_har));
555
556
if(score->rounds >= ceilf(local->rounds / 2.0f)) {
557
har_set_ani(winner, ANIM_VICTORY, 0);
0 commit comments