summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/craft_db.conf2
-rw-r--r--npc/006-1/crazyfefe.txt3
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;