diff --git a/src/p_user.c b/src/p_user.c index e357c8b5cf011e2e3de26779d0a718393061263e..31aadffa61fe2b1760b025b6f1b4336c5fce6039 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -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.