diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-05 15:16:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-05 15:16:34 -0300 |
commit | 447ed0e40175dda1469c26eb5176b970570c3416 (patch) | |
tree | 1db8b506c86aa89f410d59a4a5307561801742b7 /npc/014-3 | |
parent | 81c751a80999199b8d820acb15476fe52a1ca583 (diff) | |
download | serverdata-447ed0e40175dda1469c26eb5176b970570c3416.tar.gz serverdata-447ed0e40175dda1469c26eb5176b970570c3416.tar.bz2 serverdata-447ed0e40175dda1469c26eb5176b970570c3416.tar.xz serverdata-447ed0e40175dda1469c26eb5176b970570c3416.zip |
Change rule of stat reset to another obscure and crazy rule
Diffstat (limited to 'npc/014-3')
-rw-r--r-- | npc/014-3/oscar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index 3ae878cc2..09ef020e3 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -31,7 +31,7 @@ L_Hello: mesn; mesq l("Great! Excellent! Because I am also diving in problems!!"); next; - if (readparam(bAgi) < 35) goto L_Slow; + if (readparam(bAgi) < 40) goto L_Slow; if (BaseLevel < 20) goto L_Weak; mesn; // Est. kill 400 Pinkies |