diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/battle/monster.conf | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index a713763b3..a35b3283e 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2007/01/03 + * Changed monster_class_change_full_recover to 'yes' (official) [ultramage] 2006/12/20 * Fixed the meaning of stdout_with_ansisequence and changed the default value to no. [FlavioJS] diff --git a/conf-tmpl/battle/monster.conf b/conf-tmpl/battle/monster.conf index 925dae3b8..99cf4e267 100644 --- a/conf-tmpl/battle/monster.conf +++ b/conf-tmpl/battle/monster.conf @@ -167,8 +167,8 @@ retaliate_to_master: yes // the skill, otherwise B will be targetted by the reaction skill. mob_changetarget_byskill: no -// If monster's class is changed will it fully recover HP and SP and Ailments? (Note 1) -monster_class_change_full_recover: no +// If monster's class is changed will it fully recover HP? (Note 1) +monster_class_change_full_recover: yes // Display some mob info next to their name? (add as needed) // (does not works on guardian or emperium) |