diff options
-rw-r--r-- | npc/005-4/tolchi.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index a1d784caf..6d9e7c7e6 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -338,6 +338,8 @@ function tolchi_tweaks { // Apply the bonus .@bonus=csys_Multiplier(.@lv); .@bonus=limit(1, .@bonus, 25); + if (.@vartp == VAR_MAXHPAMOUNT) + .@bonus+=rand2(25); setitemoptionbyindex(.@id, 0, .@vartp, .@bonus); // First time item bonus |