mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-08 04:06:25 +00:00
thanks zap
This commit is contained in:
parent
6bfccec3c3
commit
3015ee07ae
1 changed files with 1 additions and 1 deletions
|
|
@ -1341,7 +1341,7 @@ void P_DoSuperTransformation(player_t *player, boolean giverings)
|
|||
// Transformation animation
|
||||
P_SetPlayerMobjState(player->mo, S_PLAY_SUPER_TRANS1);
|
||||
|
||||
if (giverings) && player->rings > 50
|
||||
if (giverings && player->rings < 50)
|
||||
player->rings = 50;
|
||||
|
||||
// Just in case.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue