mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-28 10:42:34 +00:00
doy
This commit is contained in:
parent
fc6eb792f3
commit
0780effcf9
1 changed files with 1 additions and 1 deletions
|
|
@ -8362,7 +8362,7 @@ static void K_TryMoveBackupItem(player_t *player)
|
|||
S_StartSound(player->mo, sfx_mbs54);
|
||||
}
|
||||
|
||||
if (player->itemtype == KITEM_NONE && player->backupitemtype && P_CanPickupItem(player, PICKUP_RINGORSPHERE))
|
||||
if (player->itemtype == KITEM_NONE && player->backupitemtype && P_CanPickupItem(player, PICKUP_PAPERITEM))
|
||||
{
|
||||
player->itemtype = player->backupitemtype;
|
||||
player->itemamount = player->backupitemamount;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue