From c39dd039e0eb9ba22c1f797ea9bafed928b3fa95 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Jun 2020 08:20:56 -0300 Subject: ...Okay, range 0 doesn't really work. Oh well. --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/hub.txt') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 0476903b9..61fa2ec24 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -299,7 +299,7 @@ function script HUB_SkillInvoke { // Weapon Overload attack case TMW2_OVERLOAD: .@PW=200+(@skillLv > 3 ? @skillLv)+(@skillLv > 7 ? @skillLv*2); - areaharm(@skillTarget, 0, AdjustAttackpower(.@PW), HARM_MISC); + areaharm(@skillTarget, 1, AdjustAttackpower(.@PW), HARM_MISC); break; // Magic v3 case TMW2_JUDGMENT: -- cgit v1.2.3-60-g2f50