mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Easier Chao Key generation
Reduced the amount of rounds required for a free Chao Key to 14 from 32 (2 cups or so now).
This commit is contained in:
parent
8dc35c0fe3
commit
0cd00a58ea
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ typedef enum {
|
||||||
#define GDMAX_RINGS 999999999
|
#define GDMAX_RINGS 999999999
|
||||||
#define GDMAX_CHAOKEYS 9999
|
#define GDMAX_CHAOKEYS 9999
|
||||||
|
|
||||||
#define GDCONVERT_ROUNDSTOKEY 32
|
#define GDCONVERT_ROUNDSTOKEY 14
|
||||||
|
|
||||||
#define GDINIT_CHAOKEYS 3 // Start with 3 Chao Keys !!
|
#define GDINIT_CHAOKEYS 3 // Start with 3 Chao Keys !!
|
||||||
#define GDINIT_PRISONSTOPRIZE 30 // 30 Prison Eggs to your [Wild Prize] !!
|
#define GDINIT_PRISONSTOPRIZE 30 // 30 Prison Eggs to your [Wild Prize] !!
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue