diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 23:06:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 23:06:04 -0300 |
commit | 59bb9ba2af4202849736493773be337d74d5f655 (patch) | |
tree | f40add30fcafec73be56e1839e95b54f8164a77f /npc | |
parent | c09d3e3cc94098b033d6d57ad3f823a17c98a057 (diff) | |
download | serverdata-59bb9ba2af4202849736493773be337d74d5f655.tar.gz serverdata-59bb9ba2af4202849736493773be337d74d5f655.tar.bz2 serverdata-59bb9ba2af4202849736493773be337d74d5f655.tar.xz serverdata-59bb9ba2af4202849736493773be337d74d5f655.zip |
Make you miss less often (we had 40% miss chance at full dex/agi '-')
Diffstat (limited to 'npc')
-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; |