This commit is contained in:
fickleheart 2019-03-09 20:23:49 -06:00
parent 814c48805c
commit 766d4eec27
1 changed files with 1 additions and 1 deletions

View File

@ -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!
}
}