From 341b008052b854c1168469a450df393c5d5e0905 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 22 Dec 2022 17:03:04 -0300 Subject: Tolchi: Should use vartp, not level, to determine the table --- npc/005-4/tolchi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 05096b9e2..8af4782a2 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -340,7 +340,7 @@ function tolchi_tweaks { } // Apply the bonus - .@bonus=csys_Multiplier(.@lv); + .@bonus=csys_Multiplier(.@vartp); .@bonus=limit(1, .@bonus, 25); if (.@bonus > 5) .@bonus=rand2(5, .@bonus); -- cgit v1.2.3-60-g2f50