diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-14 14:14:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-14 14:14:20 -0300 |
commit | 3c6609c0897f775af899d3c934ec294f4ec36e04 (patch) | |
tree | 5254cd8df3de7fe0ffe4a8f3445b735c07434e9d /npc/001-14/hocus.txt | |
parent | b14508ba430b6c82fefb43822f9a038492748a57 (diff) | |
download | serverdata-3c6609c0897f775af899d3c934ec294f4ec36e04.tar.gz serverdata-3c6609c0897f775af899d3c934ec294f4ec36e04.tar.bz2 serverdata-3c6609c0897f775af899d3c934ec294f4ec36e04.tar.xz serverdata-3c6609c0897f775af899d3c934ec294f4ec36e04.zip |
Sketch the Energy Balls Challenge.
It actually needs the balls to rely more on the MATK instead of PLANT
Diffstat (limited to 'npc/001-14/hocus.txt')
-rw-r--r-- | npc/001-14/hocus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-14/hocus.txt b/npc/001-14/hocus.txt index 078892283..ae438c893 100644 --- a/npc/001-14/hocus.txt +++ b/npc/001-14/hocus.txt @@ -54,7 +54,7 @@ function showScores { mesc l("Reminder: "), 1; mesc l("Scores are updated every 6 hours."), 1; next; - //parseScores("Energy Balls Challenge", "$@moly01_n$", "$@moly01_v"); + parseScores("Energy Balls Challenge", "$@moly01_n$", "$@moly01_v"); //parseScores("Boss Fight Challenge", "$@moly02_n$", "$@moly02_v", 0); //parseScores("Fluffy Hunt Challenge", "$@moly03_n$", "$@moly03_v"); parseScores("Chanting Challenge", "$@moly04_n$", "$@moly04_v"); |