diff options
Diffstat (limited to 'npc')
-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 5dc7e7149..c812897ef 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -225,8 +225,8 @@ L_Summon: .@monsterId = any(Tipiu, GiantMutatedBat, Terranite, 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 80% is lowered. - $@FEFE_DIFFICULTY=$@FEFE_DIFFICULTY-max(1, .@lv*8); + // We must lower difficulty according to summoned monster. Only 40% is lowered. + $@FEFE_DIFFICULTY=$@FEFE_DIFFICULTY-max(1, .@lv*4); } freeloop(false); initnpctimer; |