Fix Attraction shield being broken
This commit is contained in:
parent
ceebaba534
commit
096e91f23a
1 changed files with 26 additions and 29 deletions
|
|
@ -7727,10 +7727,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
|||
// yes this runs even with standard thunder shield
|
||||
if (player->itemtype != KITEM_THUNDERSHIELD || (!K_IsKartItemAlternate(KITEM_THUNDERSHIELD)))
|
||||
{
|
||||
player->attractionattack = 0;
|
||||
player->attractionattack_hipower = false;
|
||||
player->attractioncharge = 0;
|
||||
player->attractionboost = 0;
|
||||
}
|
||||
|
||||
if (player->flamedash)
|
||||
|
|
|
|||
Loading…
Reference in a new issue