mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-eggmark-intangible' into 'master'
Fix eggman mark becoming intagible to players who previously hit one Closes #369 See merge request KartKrew/Kart!813
This commit is contained in:
commit
b7142746d9
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ boolean P_CanPickupItem(player_t *player, UINT8 weapon)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Already have fake
|
// Already have fake
|
||||||
if (player->itemRoulette.eggman == true
|
if ((player->itemRoulette.active && player->itemRoulette.eggman) == true
|
||||||
|| player->eggmanexplode)
|
|| player->eggmanexplode)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue