mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
bah
This commit is contained in:
parent
1743d35fc2
commit
00e5b59fe2
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ boolean P_CanPickupItem(player_t *player, UINT8 weapon)
|
|||
|| player->kartstuff[k_itemheld])
|
||||
return false;
|
||||
|
||||
if (weapon == 3 && player->kartstuff[k_itemtype] = KITEM_THUNDERSHIELD)
|
||||
if (weapon == 3 && player->kartstuff[k_itemtype] == KITEM_THUNDERSHIELD)
|
||||
return false; // No stacking thunder shields!
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue