summaryrefslogtreecommitdiff
path: root/npc/config/magic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/config/magic.txt')
-rw-r--r--npc/config/magic.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt
index 3ffcbbf72..677d7f1e3 100644
--- a/npc/config/magic.txt
+++ b/npc/config/magic.txt
@@ -47,6 +47,10 @@ function script MagicCheck {
dispbottom l("Insufficient mana: @@/@@.", readparam(Sp), .@mp);
return 0;
}
+
+ // Apply mana cost
+ heal 0, 0-.@mp;
+
return 1;
}
@@ -63,10 +67,6 @@ function script SummonMagic {
end;
}
- // EXECUTION
- // Apply costs
- heal 0, 0-.@mp;
-
// Cause effect
// Summoned monsters live from 45 to 60 seconds, and each skill levels grants 10s extra life
// The 35~50 is not a defect, remember skill starts at level 1...