summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/magic/level1-summon-maggots.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/magic/level1-summon-maggots.txt b/npc/magic/level1-summon-maggots.txt
index 73158d19..6011d52c 100644
--- a/npc/magic/level1-summon-maggots.txt
+++ b/npc/magic/level1-summon-maggots.txt
@@ -20,7 +20,6 @@ function script SK_Jande {
.@lifetime=59+@skillLv;
.@lifetime = .@lifetime * (50 + abizit() * rand2(5,6)) / 100;
.@lifetime = min(.@lifetime, 75);
- .@lifetime *= 1000;
summon("Summoned Monster", ManaGuard, .@lifetime);
return;
}