diff options
-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 8cf025265..622d4d2e1 100644 --- a/npc/012-1/gwendolyn.txt +++ b/npc/012-1/gwendolyn.txt @@ -438,7 +438,7 @@ L_Success: mesq l("Let me inspect it..."); mes col("She walks to the target.",9); next; - if( rand(500) > (2*readparam(bDex) + readparam(bAgi))) + if( rand(400) > (2*readparam(bDex) + readparam(bAgi))) goto L_Miss; setq HurnscaldQuest_HarkEye, 6; |