From 0cd00a58ea6abace7c96779b37e32d779aa8ebd6 Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Sun, 24 Dec 2023 12:38:51 -0500 Subject: [PATCH] Easier Chao Key generation Reduced the amount of rounds required for a free Chao Key to 14 from 32 (2 cups or so now). --- src/m_cond.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_cond.h b/src/m_cond.h index 551ad7e42..5c91a5a33 100644 --- a/src/m_cond.h +++ b/src/m_cond.h @@ -284,7 +284,7 @@ typedef enum { #define GDMAX_RINGS 999999999 #define GDMAX_CHAOKEYS 9999 -#define GDCONVERT_ROUNDSTOKEY 32 +#define GDCONVERT_ROUNDSTOKEY 14 #define GDINIT_CHAOKEYS 3 // Start with 3 Chao Keys !! #define GDINIT_PRISONSTOPRIZE 30 // 30 Prison Eggs to your [Wild Prize] !!