diff options
-rw-r--r-- | npc/003-3/malindou.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index cefb184f6..6688d9d69 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -108,6 +108,8 @@ OnPCLoginEvent: 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); |