diff options
-rw-r--r-- | npc/006-1/crazyfefe.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index efb1f0934..16a50e30d 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -231,11 +231,11 @@ function NextRound { //debugmes("[Candor] Difficulty is %d, pool is %d", .@lv, $@FEFE_DIFFICULTY); .@lv=rand(0, .@lv); - switch (rand(.@lv*2/3,.@lv)) { + switch (rand(.@lv*4/5,.@lv)) { case 0: case 1: case 2: - .@monsterId = any(HouseMaggot, SlimeBlast) ; break; + .@monsterId = any(HouseMaggot, HouseMaggot, SlimeBlast, HouseMaggot) ; break; case 3: case 4: //.@monsterId = Wolvern ; break; |