mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Allow Emerald pickup while instawhip charging
This commit is contained in:
parent
cd9d8d59db
commit
5d452ff74f
1 changed files with 1 additions and 1 deletions
|
|
@ -1050,7 +1050,7 @@ boolean Obj_UFOEmeraldCollect(mobj_t *ufo, mobj_t *toucher)
|
||||||
|
|
||||||
if (toucher->player != NULL)
|
if (toucher->player != NULL)
|
||||||
{
|
{
|
||||||
if (P_CanPickupItem(toucher->player, 0) == false)
|
if (toucher->player->exiting || mapreset || (toucher->player->pflags & PF_ELIMINATED))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue