diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-31 12:45:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-31 12:45:37 -0300 |
commit | 2e037103565af17c478b013410d64adcec50c395 (patch) | |
tree | 64a15ad570e6b20af72c91239344a1fb260c8929 | |
parent | 4c0900ff8d503530f8f139eb3360f4365ff6c87a (diff) | |
download | serverdata-2e037103565af17c478b013410d64adcec50c395.tar.gz serverdata-2e037103565af17c478b013410d64adcec50c395.tar.bz2 serverdata-2e037103565af17c478b013410d64adcec50c395.tar.xz serverdata-2e037103565af17c478b013410d64adcec50c395.zip |
Better safe than sorry. Crazy code!
-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; |