summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/012-3-0/parua.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/012-3-0/parua.txt b/npc/012-3-0/parua.txt
index 72ed2072..5e640695 100644
--- a/npc/012-3-0/parua.txt
+++ b/npc/012-3-0/parua.txt
@@ -263,6 +263,7 @@ function CaveLogic {
sleep(15);
// New wave condition: All mobs dead, or 1 minute have passed
+ // FIXME: Misbehaved?
if (mobcount(.MAPA$, "Parua::OnPetDeath") <= 0 || .wtime >= 60)
NextRound();
@@ -294,6 +295,7 @@ function NextRound {
// This prevents from excess of House Maggots, for example
.@lv+=any(0, 0, 0, 1, 1, 2);
//debugmes("[Candor] Difficulty is %d, pool is %d", .@lv, $@PARUA_DIFFICULTY);
+ // FIXME: GreenSlime broken
.@lv=rand2(0, .@lv);
switch (.@lv) {