summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-22 17:03:04 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-22 17:03:04 -0300
commit341b008052b854c1168469a450df393c5d5e0905 (patch)
tree25e7eaae731719b4f33969b5eb0b0d24a0c16f14
parentb6c851f83206b2269ab93bb533337fc8dc0031cc (diff)
downloadserverdata-341b008052b854c1168469a450df393c5d5e0905.tar.gz
serverdata-341b008052b854c1168469a450df393c5d5e0905.tar.bz2
serverdata-341b008052b854c1168469a450df393c5d5e0905.tar.xz
serverdata-341b008052b854c1168469a450df393c5d5e0905.zip
Tolchi: Should use vartp, not level, to determine the table
-rw-r--r--npc/005-4/tolchi.txt2
1 files changed, 1 insertions, 1 deletions
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);