mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-12 21:01:00 +00:00
Put indirect item back on SPB
This commit is contained in:
parent
1a613828a0
commit
47cd8a6a32
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;
|
break;
|
||||||
case KITEM_SPB:
|
case KITEM_SPB:
|
||||||
cooldownOnStart = true;
|
cooldownOnStart = true;
|
||||||
//indirectItem = true;
|
indirectItem = true;
|
||||||
//powerItem = true;
|
//powerItem = true;
|
||||||
|
|
||||||
if (pexiting > 0)
|
if (pexiting > 0)
|
||||||
|
|
Loading…
Reference in a new issue