mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 08:52:33 +00:00
Start with 20 rings in Sealed Star
This commit is contained in:
parent
24752ec059
commit
d9915ca471
1 changed files with 4 additions and 0 deletions
|
|
@ -2595,6 +2595,10 @@ void G_PlayerReborn(INT32 player, boolean betweenmaps)
|
|||
{
|
||||
rings = 20;
|
||||
}
|
||||
else if (gametyperules & GTR_CATCHER)
|
||||
{
|
||||
rings = 20;
|
||||
}
|
||||
else
|
||||
{
|
||||
rings = 5;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue