oops I'm a dipshit

This commit is contained in:
Antonio Martinez 2025-05-24 21:34:46 -04:00
parent 1b308d0278
commit 79e4af5b8e
2 changed files with 2 additions and 2 deletions

View file

@ -1861,7 +1861,7 @@ boolean M_CheckCondition(condition_t *cn, player_t *player)
&& (
(player->tally.exp >= player->tally.totalExp)
|| (K_InRaceDuel() && player->duelscore == DUELWINNINGSCORE)
);
));
case UCRP_FINISHALLPRISONS:
return (battleprisons
&& !(player->pflags & PF_NOCONTEST)

View file

@ -9112,7 +9112,7 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
&& (newplayer->tally.totalExp > 0) // Only true if not Time Attack
&& (
(newplayer->tally.exp >= newplayer->tally.totalExp) ||
(K_InRaceDuel() && newplayer->duelscore = DUELWINNINGSCORE)
(K_InRaceDuel() && newplayer->duelscore == DUELWINNINGSCORE)
)
)
{