diff --git a/src/g_game.c b/src/g_game.c index a4ec56cf2..1280a8319 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -2595,6 +2595,10 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps) { rings = 20; } + else if (gametyperules & GTR_CATCHER) + { + rings = 20; + } else { rings = 5;