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 6b3e3fe66..e58e9f058 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -310,7 +310,8 @@ function script HUB_SkillInvoke {
// TODO: Buffs
case TMW2_FIRSTAID:
// First aid only works on you, so
- heal AdjustSpellpower(100), 0;
+ .@heal=max(AdjustSpellpower(100), AdjustAttackpower(100));
+ heal .@heal, 0;
break;
case TMW2_HEALING:
harm(@skillTarget, -AdjustSpellpower(150), HARM_MISC);