diff options
-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--; |