summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 5e7be2094..624491d9a 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -812,7 +812,7 @@ function script transcheck {
// A value of '5' means perfect control, and a value of '0' means overwhelm.
// abizit()
function script abizit {
- .@base=(MAGIC_LVL**3);
+ .@base=((MAGIC_LVL*2)**3);
return min(MAGIC_EXP/.@base, 5);
}