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