diff options
author | Reid <reidyaro@gmail.com> | 2016-02-22 22:36:58 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-22 22:36:58 +0100 |
commit | bdde42fb76198aac36601b75889122c13f4d00e1 (patch) | |
tree | 166795f1859a0597f2ec3c37f0214862e255208e | |
parent | eb3fd0fbedf7d312a0bb0de2aa8ed3d57a44fe60 (diff) | |
download | serverdata-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.
-rw-r--r-- | npc/001-2-2/moon.txt | 2 |
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--; |