mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-25 20:42:35 +00:00
overhaul
This commit is contained in:
parent
556dd3bfca
commit
8c836971de
1 changed files with 2 additions and 2 deletions
|
|
@ -1341,8 +1341,8 @@ void P_DoSuperTransformation(player_t *player, boolean giverings)
|
|||
// Transformation animation
|
||||
P_SetPlayerMobjState(player->mo, S_PLAY_SUPER_TRANS1);
|
||||
|
||||
if (giverings)
|
||||
P_GivePlayerRings(player, 50)
|
||||
if (giverings) && player->rings > 50
|
||||
player->rings = 50
|
||||
|
||||
// Just in case.
|
||||
if (!(mapheaderinfo[gamemap-1]->levelflags & LF_NOSSMUSIC))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue