From 71959725e7b8de3fde20a9438667aa24c2a00e6a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 1 Sep 2020 09:45:18 -0300 Subject: Fix bugs --- db/craft_db.conf | 2 +- npc/006-1/crazyfefe.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/db/craft_db.conf b/db/craft_db.conf index 8f08c7926..52eb34381 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -3091,7 +3091,7 @@ craft_db: ( SourceItems: ( { - IridiumIngot: 5 + PlatinumIngot: 5 CottonCloth: 30 IronPowder: 34 EarthPowder: 1 diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 693bccb28..a3e56f036 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -145,7 +145,8 @@ function Challenge { l("Normal"), 2, l("Hard"), 3, rif(ISCANDORTOP3(), l("Out of Mind")), 4, - rif($EVENT$ == "Candor", l("Cronqvist Mode")), 5; + rif($EVENT$ == "Candor", l("Cronqvist Mode")), 5, + rif($EVENT$ == "Candor" && ISCANDORTOP3(), l("Crazyfefe Mode")), 12; .@cdif=@menuret; next; -- cgit v1.2.3-60-g2f50