From 62617ca50d6a905d5a38ec78a6072838d939d8de Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 19 Oct 2020 19:06:42 -0300 Subject: Broken notes --- npc/012-3-0/parua.txt | 2 ++ 1 file changed, 2 insertions(+) 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) { -- cgit v1.2.3-60-g2f50