From 4c0900ff8d503530f8f139eb3360f4365ff6c87a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 31 Mar 2019 12:44:33 -0300 Subject: Update terranite monsters at Crazyfefe Battle --- npc/006-1/crazyfefe.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/006-1/crazyfefe.txt') diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 9e3559a7e..4d8bfe8f9 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -231,12 +231,12 @@ L_Summon: .@monsterId = any(FallenGuard1, FallenGuard2, BanditLord, Yeti, WickedMushroom) ; break; case 17: case 18: - .@monsterId = any(Forain, BlackMamba, Michel) ; break; + .@monsterId = any(Forain, BlackMamba, Michel, Terranite) ; break; case 19: case 20: - .@monsterId = any(Forain, BlackMamba, JackO, Terranite) ; break; + .@monsterId = any(Forain, BlackMamba, JackO, TerraniteProtector) ; break; default: - .@monsterId = any(Tipiu, GiantMutatedBat, Terranite, Reaper) ; break; + .@monsterId = any(Tipiu, GiantMutatedBat, TerraniteProtector, Reaper) ; break; } areamonster "006-1", 20, 20, 70, 60, strmobinfo(1, .@monsterId), .@monsterId, 1, "Crazyfefe::OnPetDeath"; // We must lower difficulty according to summoned monster. Only 60% is lowered. -- cgit v1.2.3-60-g2f50