Use k_itemtype as the additional check instead of pw_shield

This commit is contained in:
TehRealSalt 2018-10-28 14:45:01 -04:00
parent 9d6563fcf7
commit b83286b532
1 changed files with 1 additions and 1 deletions

View File

@ -4344,7 +4344,7 @@ static INT16 Consistancy(void)
{
ret += players[i].mo->x;
ret -= players[i].mo->y;
ret += players[i].powers[pw_shield];
ret += players[i].kartstuff[k_itemtype]; // powers[pw_shield]
ret *= i+1;
}
}