From 23ac1c5418ceadaabee505d88a3f243c8e1e5305 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Jun 2020 05:39:18 -0300 Subject: [skip ci] First Aid template: Whatever is bigger --- npc/functions/hub.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.3-70-g09d2