mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-05 16:01:04 +00:00
Remove indirect item from SPB
This commit is contained in:
parent
324b08dbc6
commit
1a613828a0
1 changed files with 1 additions and 1 deletions
|
@ -925,7 +925,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, fixed_t mashed, boolean sp
|
|||
break;
|
||||
case KITEM_SPB:
|
||||
cooldownOnStart = true;
|
||||
indirectItem = true;
|
||||
//indirectItem = true;
|
||||
//powerItem = true;
|
||||
|
||||
if (pexiting > 0)
|
||||
|
|
Loading…
Reference in a new issue