diff options
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 3e82f8fff..b049a8c27 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -232,16 +232,5 @@ OnPCLoginEvent: #MerchantBank = 0; } end; - -OnInterIfInitOnce: - if (getbattleflag("monster_hp_rate") > 100) - end; - // We must also apply penalty for losing Mana Fragments - // Forest Mana Fragment is lost: (+1% HP, +5% pop, 20s faster removal) - UpdateBF("monster_hp_rate",1); - UpdateBF("mob_count_rate",5); - UpdateBF("mob_remove_delay",-20000); - // Just copy these lines as fragments are lost - end; } |