summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/033-2/magic.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/033-2/magic.txt b/npc/033-2/magic.txt
index 89989bc..35f2145 100644
--- a/npc/033-2/magic.txt
+++ b/npc/033-2/magic.txt
@@ -185,7 +185,8 @@ function script Crossroads_Magic {
.@dex = min(readparam2(bDex), 150);
.@agi += rand2(readparam2(bLuk)) / 5;
.@dex += rand2(readparam2(bVit)) / 5;
- .@del = (500 + .@PW) - ((.@agi + .@dex / 2) * 5 / 3);
+ .@del = (500 + (.@PW*3)) - ((.@agi + .@dex / 2) * 5 / 3);
+ .@del = max(10, .@del);
sleep2(.@del);
// Check if you were killed while casting