summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ea6a6fa6..c4239b8a 100644
--- a/npc/082-3/poppet.txt
+++ b/npc/082-3/poppet.txt
@@ -244,7 +244,7 @@ function spawn {
// Global
areamonster("082-3", 20, 20, 180, 180, strmobinfo(1, GreenSlime), GreenSlime, 1 + (.diff * getmapusers("082-3") / 2));
// Make the monster deployment gradual, players will notice script order
- sleep(1000);
+ sleep(4000);
return;
}