diff options
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; |