summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-18 10:27:46 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-18 10:27:46 -0300
commitecce69fd87ff3d6b906c661653118dd42a39e433 (patch)
tree9364a27a97df981a281092f129814e416102caaa
parentb4b1c5547421367780696dd930a5ed84bdd2f954 (diff)
downloadserverdata-ecce69fd87ff3d6b906c661653118dd42a39e433.tar.gz
serverdata-ecce69fd87ff3d6b906c661653118dd42a39e433.tar.bz2
serverdata-ecce69fd87ff3d6b906c661653118dd42a39e433.tar.xz
serverdata-ecce69fd87ff3d6b906c661653118dd42a39e433.zip
Take the central chamber a bit easier
-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;