mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-25 20:01:04 +00:00
bah
This commit is contained in:
parent
814c48805c
commit
766d4eec27
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])
|
|| player->kartstuff[k_itemheld])
|
||||||
return false;
|
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!
|
return false; // No stacking thunder shields!
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue