diff options
-rw-r--r-- | npc/006-1/crazyfefe.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index a63a49f08..9d3725378 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -164,7 +164,7 @@ L_Summon: .@amount=($@FEFE_CAVE_LEVEL/rand(4,6))+1; freeloop(true); for (.@i = 0; .@i < .@amount; ++.@i) { - .@mid=rand(1,18); + .@mid=rand(1,22); .@monsterId=Piou; switch (.@mid) { case 1: @@ -202,6 +202,14 @@ L_Summon: .@monsterId = RobinBandit ; break; case 17: .@monsterId = CandiedSlime ; break; + case 18: + .@monsterId = BlackMamba ; break; + case 19: + .@monsterId = WickedMushroom ; break; + case 20: + .@monsterId = BlackSlime ; break; + case 21: + .@monsterId = RedMushroom ; break; default: .@monsterId = AngryScorpion ; break; } |