diff options
Diffstat (limited to 'npc/012-1/gwendolyn.txt')
-rw-r--r-- | npc/012-1/gwendolyn.txt | 2 |
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; |