summaryrefslogtreecommitdiff
path: root/npc/012-1/gwendolyn.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-03 14:07:53 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-03 14:07:53 -0300
commit4fcbee767848cb0a4b34db504fa0cb30d55dc78d (patch)
treebb7b13be1935ae2769dc4aaf0b6b0644d28b83ae /npc/012-1/gwendolyn.txt
parent42ff46a168148ceb70bb37431ad4d162429be464 (diff)
downloadserverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.tar.gz
serverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.tar.bz2
serverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.tar.xz
serverdata-4fcbee767848cb0a4b34db504fa0cb30d55dc78d.zip
Use readparam2() instead of readparam() in several places
Diffstat (limited to 'npc/012-1/gwendolyn.txt')
-rw-r--r--npc/012-1/gwendolyn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/gwendolyn.txt b/npc/012-1/gwendolyn.txt
index d1a62a221..daf6cedd0 100644
--- a/npc/012-1/gwendolyn.txt
+++ b/npc/012-1/gwendolyn.txt
@@ -439,7 +439,7 @@ L_Success:
mesq l("Let me inspect it...");
mesc l("She walks to the target.");
next;
- if( rand(400) > (2*readparam(bDex) + readparam(bAgi)))
+ if( rand2(400) > (2*readparam2(bDex) + readparam2(bAgi)))
goto L_Miss;
setq HurnscaldQuest_HarkEye, 6;