diff options
Diffstat (limited to 'npc/005-4/tolchi.txt')
-rw-r--r-- | npc/005-4/tolchi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 5b9a4f69e..e21361592 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -341,7 +341,7 @@ function tolchi_tweaks { if (.@bonus > 5) .@bonus=rand2(5, .@bonus); if (.@vartp == VAR_MAXHPAMOUNT) - .@bonus+=rand2(25); + .@bonus+=rand2(5, 30); setitemoptionbyindex(.@id, 0, .@vartp, .@bonus); // First time item bonus |