Start with 20 rings in Sealed Star

This commit is contained in:
AJ Martinez 2023-07-02 03:11:11 -07:00
parent 24752ec059
commit d9915ca471

View file

@ -2595,6 +2595,10 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
{
rings = 20;
}
else if (gametyperules & GTR_CATCHER)
{
rings = 20;
}
else
{
rings = 5;