diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/player.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/battle/player.conf b/conf/battle/player.conf index c5db26c6b..b31385b8b 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -120,6 +120,10 @@ show_hp_sp_drain: no // Display the gained hp/sp values from killing mobs? (Ie: Sky Deleter Card) show_hp_sp_gain: yes +// Show the critical bonus for katar class weapon in player status window? +// On official server, the critical bonus from katar class weapon isn't display. (Default: no) +show_katar_crit_bonus: no + // If set, when A accepts B as a friend, B will also be added to A's friend // list, otherwise, only A appears in B's friend list. // NOTE: this setting only enables friend auto-adding; auto-deletion does not work yet |