diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-14 13:57:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-14 13:57:09 -0300 |
commit | 8155e61a93c417ef4df3a80e2e8e7ccf00847191 (patch) | |
tree | b5698f0cc6424b2ffdd5e7d0723bdcfbab4d349a /npc/014-3 | |
parent | 3731622e7b6bf42e181ad5363cd2c0aadb1951bf (diff) | |
download | serverdata-8155e61a93c417ef4df3a80e2e8e7ccf00847191.tar.gz serverdata-8155e61a93c417ef4df3a80e2e8e7ccf00847191.tar.bz2 serverdata-8155e61a93c417ef4df3a80e2e8e7ccf00847191.tar.xz serverdata-8155e61a93c417ef4df3a80e2e8e7ccf00847191.zip |
Balance, playtest, bugfixes
Diffstat (limited to 'npc/014-3')
-rw-r--r-- | npc/014-3/oscar.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index 500ab7f01..b16e164c6 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -31,11 +31,11 @@ L_Hello: mesn; mesq l("Great! Excellent! Because I am also diving in problems!!"); next; - if (readparam(bAgi) < 30) goto L_Slow; + if (readparam(bAgi) < 40) goto L_Slow; if (BaseLevel < 20) goto L_Weak; mesn; // Est. kill 400 Pinkies - mesq l("I hate so many the Pinkies on my fields, I want to do a soup! Can you provide me 10 @@? Many thanks.", getitemlink(PinkieLeg)); + mesq l("I hate so much the Pinkies on my fields, I want to do a soup! Can you provide me 10 @@? Many thanks.", getitemlink(PinkieLeg)); setq HurnscaldQuest_Farmers, 3, 0; close; |