mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
removed ability for class r to clear ta challenges
This commit is contained in:
parent
daa6dbd667
commit
51e22892ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1797,7 +1797,7 @@ boolean M_CheckCondition(condition_t *cn, player_t *player)
|
||||||
case UCRP_PREFIX_BONUSROUND:
|
case UCRP_PREFIX_BONUSROUND:
|
||||||
return ((grandprixinfo.gp == true) && (grandprixinfo.eventmode == GPEVENT_BONUS));
|
return ((grandprixinfo.gp == true) && (grandprixinfo.eventmode == GPEVENT_BONUS));
|
||||||
case UCRP_PREFIX_TIMEATTACK:
|
case UCRP_PREFIX_TIMEATTACK:
|
||||||
return (modeattacking != ATTACKING_NONE);
|
return (modeattacking != ATTACKING_NONE && !(skins[player->skin]->flags & SF_HIVOLT));
|
||||||
case UCRP_PREFIX_PRISONBREAK:
|
case UCRP_PREFIX_PRISONBREAK:
|
||||||
return ((gametyperules & GTR_PRISONS) && battleprisons);
|
return ((gametyperules & GTR_PRISONS) && battleprisons);
|
||||||
case UCRP_PREFIX_SEALEDSTAR:
|
case UCRP_PREFIX_SEALEDSTAR:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue