summaryrefslogtreecommitdiff
path: root/npc/082-3/poppet.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/082-3/poppet.txt')
-rw-r--r--npc/082-3/poppet.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/082-3/poppet.txt b/npc/082-3/poppet.txt
index eed36e88..81097f90 100644
--- a/npc/082-3/poppet.txt
+++ b/npc/082-3/poppet.txt
@@ -229,7 +229,7 @@ function spawn {
areamonster("082-3", 130, 20, 180, 64, strmobinfo(1, .@mob), .@mob, .@amo);
areamonster("082-3", 20, 127, 65, 175, strmobinfo(1, .@mob), .@mob, .@amo);
areamonster("082-3", 136, 135, 180, 180, strmobinfo(1, .@mob), .@mob, .@amo);
- areamonster("082-3", 55, 50, 134, 128, strmobinfo(1, .@mob), .@mob, .@amo);
+ areamonster("082-3", 55, 50, 134, 128, strmobinfo(1, .@mob), .@mob, max(1, .@amo/2));
// Global
areamonster("082-3", 20, 20, 180, 180, strmobinfo(1, GreenSlime), GreenSlime, 1 + (.diff * getmapusers("082-3") / 2));
return;