diff options
-rw-r--r-- | npc/006-1/crazyfefe.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt index 4d8bfe8f9..7ba6659f5 100644 --- a/npc/006-1/crazyfefe.txt +++ b/npc/006-1/crazyfefe.txt @@ -89,6 +89,9 @@ L_StartFight: $@FEFE_CAVE_PLAYER_COUNT = getmapusers("006-1"); mapannounce("006-1", "The battle is about to begin!", bc_map); killmonsterall("006-1"); // Saulc likes to spawn stuff to heat stuff up + // Recalculate difficulty + $@FEFE_DIFFICULTY=0; + areatimer "006-1", 20, 20, 70, 60, 10, "Crazyfefe::OnSumLevel"; initnpctimer; end; |