From 69248cc684541678162920b5573b125ec3f6bc73 Mon Sep 17 00:00:00 2001
From: Zippy_Zolton <zolton9996@gmail.com>
Date: Mon, 30 Nov 2020 16:39:24 -0600
Subject: [PATCH] thanks zap

---
 src/p_user.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/p_user.c b/src/p_user.c
index e357c8b5c..31aadffa6 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.