summaryrefslogtreecommitdiff
path: root/npc/016-1/gwendolyn.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/016-1/gwendolyn.txt')
-rwxr-xr-xnpc/016-1/gwendolyn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/016-1/gwendolyn.txt b/npc/016-1/gwendolyn.txt
index b01ab292..87ad8031 100755
--- a/npc/016-1/gwendolyn.txt
+++ b/npc/016-1/gwendolyn.txt
@@ -414,7 +414,7 @@ L_target_hit:
next;
mes "\"Let me inspect it...\" She walks to the target.";
next;
- if( rand(500) > (2*Dex + Agi))
+ if( rand(500) > (2*readparam(bDex) + readparam(bAgi)))
goto L_target_nohit;
.@Q_hawkseye = 6;
callsub S_Update_Var;