diff options
Diffstat (limited to 'npc/items/croconut.txt')
-rw-r--r-- | npc/items/croconut.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt index a1c4097ae..5525b269b 100644 --- a/npc/items/croconut.txt +++ b/npc/items/croconut.txt @@ -39,11 +39,11 @@ L_TooWeak: mesn "Narrator"; .@q = rand(5); - if (readparam(bStr) > 30) + if (readparam2(bStr) > 30) .@q = .@q + 1; - if (readparam(bStr) > 60) + if (readparam2(bStr) > 60) .@q = .@q + 1; - if (readparam(bStr) > 90) + if (readparam2(bStr) > 90) .@q = .@q + 1; if (.@q == 0) goto L_TooWeakLost; |