diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 19:23:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 19:23:51 -0300 |
commit | f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4 (patch) | |
tree | 8418a3120049b943c1650f2c7bd27198f3578382 /npc/012-1/jack.txt | |
parent | dba84e72701e79ae648a290d9425b664abc4f8e0 (diff) | |
download | serverdata-f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4.tar.gz serverdata-f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4.tar.bz2 serverdata-f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4.tar.xz serverdata-f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4.zip |
That amount of experience is too high.
Diffstat (limited to 'npc/012-1/jack.txt')
-rw-r--r-- | npc/012-1/jack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt index c1bb45e5b..c66a1a820 100644 --- a/npc/012-1/jack.txt +++ b/npc/012-1/jack.txt @@ -106,7 +106,7 @@ L_Loop: delitem RawLog, 1; .@success=rand(6,26)-.@k; // You will never need more than 20 logs nor less than 5 logs - if (.@success == 1) { + if (.@success <= 1) { mesc l("The wood bends a little, but doesn't breaks."); getexp 295, 100; // 10% of max exp setq2 HurscaldQuest_ForestBow, 99; |