summaryrefslogtreecommitdiff
path: root/npc/020-7-1/pyry.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-7-1/pyry.txt')
-rw-r--r--npc/020-7-1/pyry.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-7-1/pyry.txt b/npc/020-7-1/pyry.txt
index def158a71..6ff57039e 100644
--- a/npc/020-7-1/pyry.txt
+++ b/npc/020-7-1/pyry.txt
@@ -94,7 +94,7 @@ OnSlimeDeath:
if (playerattached()) {
getmapxy(.@m$, .@x, .@y, 0);
// Capped at ~10% drop chance of book pages
- if (rand(0,10000) <= 460+(readparam(bLuck)*6))
+ if (rand(0,10000) <= 460+(readparam2(bLuck)*6))
makeitem SpellBookPage, 1, .@m$, .@x, .@y;
if (rand(0,10000) <= 100)
makeitem Candy, 1, .@m$, .@x, .@y;