diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-05 18:30:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-05 18:30:56 -0300 |
commit | 4551c4dcd1802e648e9e2438544bc2852b8e14cc (patch) | |
tree | cfe8cfbe85dc142db3f98721304ee86b4909a7f2 /npc | |
parent | f9150c7f6aa499bf63de71ce4334d9bdf1b71633 (diff) | |
download | serverdata-4551c4dcd1802e648e9e2438544bc2852b8e14cc.tar.gz serverdata-4551c4dcd1802e648e9e2438544bc2852b8e14cc.tar.bz2 serverdata-4551c4dcd1802e648e9e2438544bc2852b8e14cc.tar.xz serverdata-4551c4dcd1802e648e9e2438544bc2852b8e14cc.zip |
Remove "Normal" mode in Candor Battle.
Even if "Hard" is not so hard :p
Diffstat (limited to 'npc')
-rw-r--r-- | npc/006-1/crazyfefe.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index a3e56f036..471a7aa17 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -142,7 +142,6 @@ function Challenge { mesc l("Only Cronqvist Mode yields more points per wave!"); menuint l("Easy"), 1, - l("Normal"), 2, l("Hard"), 3, rif(ISCANDORTOP3(), l("Out of Mind")), 4, rif($EVENT$ == "Candor", l("Cronqvist Mode")), 5, |