From 133064a15dbb70302bb37538cf472b47613c4dd1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 23 Jun 2020 08:27:54 -0300 Subject: [skip ci] A typo, ofc --- npc/functions/hub.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 50a9e11d1..8db4929ef 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -298,7 +298,7 @@ function script HUB_SkillInvoke { break; // FIXME: Weapon Overload attack case TMW2_OVERLOAD: - .@PW=200+(@skillLv > 3 ? @skillLv)+(@skillLv > 7 ? @skillLv*2); + .@PW=200+(@skillLv > 3 ? @skillLv : 0)+(@skillLv > 7 ? @skillLv*2 : 0); areaharm(@skillTarget, 0, AdjustAttackpower(.@PW), HARM_MISC); break; // Magic v3 -- cgit v1.2.3-60-g2f50