From c372f5f3c2ff8aaccbc87b8bc9480d979e002a82 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 May 2024 20:42:51 -0300 Subject: Fix another silly typo --- npc/026-7/boss.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 82c8cbad0..5ef2d191a 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -52,7 +52,7 @@ function _boostMe { .@bcr=getunitdata(.@mg, UDT_CRIT); .@bag=getunitdata(.@mg, UDT_AGI); .@bf = $@MK_CHALLENGE + 2; // The booster from selected difficulty - .@s=.@bf+max(0, (TOP3AVERAGELVL()-100 / 5)); // Over-100 scaling + .@s=.@bf+limit(0, (TOP3AVERAGELVL()-100 / 5), 20); // Over-100 scaling .@bat = .@bat * .@bf / 2; .@bcr = .@bcr * .@bf / 2; setunitdata(.@mg, UDT_ATKMAX, .@bat+(.@s*5)); -- cgit v1.2.3-70-g09d2