From d9915ca471e0afbfa626f75e2f85e26e98a88f60 Mon Sep 17 00:00:00 2001 From: AJ Martinez Date: Sun, 2 Jul 2023 03:11:11 -0700 Subject: [PATCH] Start with 20 rings in Sealed Star --- src/g_game.c | 4 ++++ 1 file changed, 4 insertions(+) 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;