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 37301a7ce..5b9a4f69e 100644
--- a/npc/005-4/tolchi.txt
+++ b/npc/005-4/tolchi.txt
@@ -338,7 +338,8 @@ function tolchi_tweaks {
// Apply the bonus
.@bonus=csys_Multiplier(.@lv);
.@bonus=limit(1, .@bonus, 25);
- .@bonus=max(1, rand2(.@bonus/2, .@bonus));
+ if (.@bonus > 5)
+ .@bonus=rand2(5, .@bonus);
if (.@vartp == VAR_MAXHPAMOUNT)
.@bonus+=rand2(25);
setitemoptionbyindex(.@id, 0, .@vartp, .@bonus);