summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-4/tolchi.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt
index bab1f0d88..0972aea07 100644
--- a/npc/005-4/tolchi.txt
+++ b/npc/005-4/tolchi.txt
@@ -343,7 +343,8 @@ function tolchi_tweaks {
#FIRST_TIME=true;
}
- if (BaseLevel*(REBIRTH+1) > 25)
+ .@mylevel=BaseLevel*(REBIRTH+1) + max(1, .@lv);
+ if (.@mylevel > 30)
setitemoptionbyindex(.@id, 3, IOPT_WALKSPEED, rand2(-10, -5));
mesn;
mesc l("Well, here you are. I hope you enjoy ^^", 3);