summaryrefslogtreecommitdiff
path: root/npc/001-2-2
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-22 22:36:58 +0100
committerReid <reidyaro@gmail.com>2016-02-22 22:36:58 +0100
commitbdde42fb76198aac36601b75889122c13f4d00e1 (patch)
tree166795f1859a0597f2ec3c37f0214862e255208e /npc/001-2-2
parenteb3fd0fbedf7d312a0bb0de2aa8ed3d57a44fe60 (diff)
downloadserverdata-bdde42fb76198aac36601b75889122c13f4d00e1.tar.gz
serverdata-bdde42fb76198aac36601b75889122c13f4d00e1.tar.bz2
serverdata-bdde42fb76198aac36601b75889122c13f4d00e1.tar.xz
serverdata-bdde42fb76198aac36601b75889122c13f4d00e1.zip
Reduce the difficulty of moon's quest, needed 30~50 croc claw, now need 20~40.
Diffstat (limited to 'npc/001-2-2')
-rw-r--r--npc/001-2-2/moon.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-2/moon.txt b/npc/001-2-2/moon.txt
index 96589d38..e073d990 100644
--- a/npc/001-2-2/moon.txt
+++ b/npc/001-2-2/moon.txt
@@ -43,7 +43,7 @@
if (countitem("CrocClaw") > 0)
{
delitem "CrocClaw", 1;
- if (rand(10) == 7) // the lucky 7
+ if (rand(8) == 7) // the lucky 7
{
mesq l("Yay, it worked! I removed a spike.");
ArtisQuests_Urchin_ULeft--;