summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-18 23:20:54 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-18 23:20:54 -0300
commita9c86373f1e1a5fdc71f8ae5cbd10901395e099f (patch)
treec3646aa0fa5cd6a18551207a93806b081afebfa1
parentb52f26777a8408a4c510e7f824bc66b485eba6bb (diff)
downloadserverdata-a9c86373f1e1a5fdc71f8ae5cbd10901395e099f.tar.gz
serverdata-a9c86373f1e1a5fdc71f8ae5cbd10901395e099f.tar.bz2
serverdata-a9c86373f1e1a5fdc71f8ae5cbd10901395e099f.tar.xz
serverdata-a9c86373f1e1a5fdc71f8ae5cbd10901395e099f.zip
Tiny fix
-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;