From a9c86373f1e1a5fdc71f8ae5cbd10901395e099f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 Dec 2021 23:20:54 -0300 Subject: Tiny fix --- npc/magic/level1-summon-maggots.txt | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3-60-g2f50