summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 9e95e0e87..b255f7c73 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -332,7 +332,8 @@ function script HUB_SkillInvoke {
case TMW2_MAGNUSHEAL:
// Area healing
.@PW=200+(20*@skillLv);
- areaharm(@skillTarget, 4, -AdjustSpellpower(.@PW), HARM_MISC, "filter_friendly");
+ .@RG=4+(@skillLv/5);
+ areaharm(@skillTarget, .@RG, -AdjustSpellpower(.@PW), HARM_MISC, "filter_friendly");
break;
////////////////////////////////
case TMW2_NILFHEIM: