mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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.
|
||||
if (player->charability == CA_GLIDEANDCLIMB)
|
||||
if (player->charflags & SF_CANBREAKWALLS)
|
||||
return true;
|
||||
|
||||
if (player->pflags & PF_BOUNCING)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue