Thunder Shield now has COOLDOWNONSTART

This commit is contained in:
JugadorXEI 2021-05-20 19:24:56 +02:00
parent e123f4bd53
commit bf911d02cb

View file

@ -894,7 +894,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, fixed_t mashed, boolean sp
POWERITEMODDS(newodds);
break;
case KITEM_THUNDERSHIELD:
if (thunderisout)
if (thunderisout || COOLDOWNONSTART)
newodds = 0;
else
POWERITEMODDS(newodds);