summaryrefslogtreecommitdiff
path: root/npc/006-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-18 15:23:12 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-18 15:34:45 -0300
commite8b603241549767f32e32332d3a7653fb6ae2d0a (patch)
tree293023e020ac25b63ed598cd6cb02669b145ece8 /npc/006-1
parentca48e46006e40c397084412132f9f4f3e0368ed9 (diff)
downloadserverdata-e8b603241549767f32e32332d3a7653fb6ae2d0a.tar.gz
serverdata-e8b603241549767f32e32332d3a7653fb6ae2d0a.tar.bz2
serverdata-e8b603241549767f32e32332d3a7653fb6ae2d0a.tar.xz
serverdata-e8b603241549767f32e32332d3a7653fb6ae2d0a.zip
Less Slime Blast on Candor Fight
Diffstat (limited to 'npc/006-1')
-rw-r--r--npc/006-1/crazyfefe.txt4
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;