mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Allow ring usage during Shrink
This commit is contained in:
parent
7321a95a65
commit
8fa5ada23d
1 changed files with 1 additions and 1 deletions
|
|
@ -5953,7 +5953,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
||||||
&& NO_HYUDORO && !(HOLDING_ITEM
|
&& NO_HYUDORO && !(HOLDING_ITEM
|
||||||
|| player->kartstuff[k_itemamount]
|
|| player->kartstuff[k_itemamount]
|
||||||
|| player->kartstuff[k_itemroulette]
|
|| player->kartstuff[k_itemroulette]
|
||||||
|| player->kartstuff[k_growshrinktimer] // Being disabled during Shrink was unintended but people seemed to be okay with it sooo...
|
|| player->kartstuff[k_growshrinktimer] > 0
|
||||||
|| player->kartstuff[k_rocketsneakertimer]
|
|| player->kartstuff[k_rocketsneakertimer]
|
||||||
|| player->kartstuff[k_eggmanexplode]))
|
|| player->kartstuff[k_eggmanexplode]))
|
||||||
player->kartstuff[k_userings] = 1;
|
player->kartstuff[k_userings] = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue