From 4fcbee767848cb0a4b34db504fa0cb30d55dc78d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 3 Sep 2019 14:07:53 -0300 Subject: Use readparam2() instead of readparam() in several places --- npc/003-6/cyndala.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-6/cyndala.txt') 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); -- cgit v1.2.3-60-g2f50