summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/magic/level0-wand.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/magic/level0-wand.txt b/world/map/npc/magic/level0-wand.txt
index 81864df5..aec596b3 100644
--- a/world/map/npc/magic/level0-wand.txt
+++ b/world/map/npc/magic/level0-wand.txt
@@ -53,7 +53,7 @@ S_SetWand:
set QL_MORGAN, 3;
setarray @wandspell[0],
.WandsAnim[.@wand_loop], // wand anim/id
- (.@pwr * (BaseLevel / 15) + 2), // wand cost
+ ((.@pwr * BaseLevel * 2 / 3) / 15 + 2), // wand cost
(.@pwr * (@spellpower / 3)), // wand dmg
(((200 - Agi) * 1200) / 200), //delay
(.@pwr + (@spellpower / 10)); // charges