diff options
Diffstat (limited to 'npc/003-6/cyndala.txt')
-rw-r--r-- | npc/003-6/cyndala.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-6/cyndala.txt b/npc/003-6/cyndala.txt index f9bee1c75..6e50b2088 100644 --- a/npc/003-6/cyndala.txt +++ b/npc/003-6/cyndala.txt @@ -70,7 +70,7 @@ l("Ok, let me see..."), l("..."); - if (rand(1, 1000) > readparam(bLuk)) + if (rand2(1, 1000) > readparam2(bLuk)) failedremovecardsindex .@item_index, 1; else successremovecardsindex(.@item_index); |