mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 13:00:54 +00:00
Use k_itemtype as the additional check instead of pw_shield
This commit is contained in:
parent
9d6563fcf7
commit
b83286b532
1 changed files with 1 additions and 1 deletions
|
@ -4344,7 +4344,7 @@ static INT16 Consistancy(void)
|
||||||
{
|
{
|
||||||
ret += players[i].mo->x;
|
ret += players[i].mo->x;
|
||||||
ret -= players[i].mo->y;
|
ret -= players[i].mo->y;
|
||||||
ret += players[i].powers[pw_shield];
|
ret += players[i].kartstuff[k_itemtype]; // powers[pw_shield]
|
||||||
ret *= i+1;
|
ret *= i+1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue