From 59bb9ba2af4202849736493773be337d74d5f655 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Jun 2018 23:06:04 -0300 Subject: Make you miss less often (we had 40% miss chance at full dex/agi '-') --- npc/012-1/gwendolyn.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/012-1/gwendolyn.txt') 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; -- cgit v1.2.3-60-g2f50