From e8b603241549767f32e32332d3a7653fb6ae2d0a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Apr 2019 15:23:12 -0300 Subject: Less Slime Blast on Candor Fight --- npc/006-1/crazyfefe.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/006-1') 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; -- cgit v1.2.3-60-g2f50