mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +00:00
Change breaking walls requirement from CA_GLIDEANDCLIMB to SF_CANBREAKWALLS.
This commit is contained in:
parent
7ddef08b34
commit
b06bb9c678
1 changed files with 1 additions and 1 deletions
|
|
@ -2564,7 +2564,7 @@ static boolean P_PlayerCanBust(player_t *player, ffloor_t *rover)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Strong abilities can break even FF_STRONGBUST.
|
// Strong abilities can break even FF_STRONGBUST.
|
||||||
if (player->charability == CA_GLIDEANDCLIMB)
|
if (player->charflags & SF_CANBREAKWALLS)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (player->pflags & PF_BOUNCING)
|
if (player->pflags & PF_BOUNCING)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue