summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/magic/level1-summon-maggots.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/magic/level1-summon-maggots.txt b/npc/magic/level1-summon-maggots.txt
index b10505c9..2f2b333b 100644
--- a/npc/magic/level1-summon-maggots.txt
+++ b/npc/magic/level1-summon-maggots.txt
@@ -19,6 +19,7 @@ function script SK_Jande {
sleep2(cap_value(15400-AdjustSpellpower(100)-@skillLv*400, 10000, 15000));
.@lifetime=59+@skillLv;
.@lifetime = .@lifetime * (50 + abizit() * rand2(5,6)) / 100;
+ .@lifetime = max(.@lifetime, 75);
.@lifetime *= 1000;
summon("Summoned Monster", ManaGuard, .@lifetime);
return;