diff options
Diffstat (limited to 'conf-tmpl/battle/player.conf')
-rw-r--r-- | conf-tmpl/battle/player.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/battle/player.conf b/conf-tmpl/battle/player.conf index 2446c647a..3e816a40b 100644 --- a/conf-tmpl/battle/player.conf +++ b/conf-tmpl/battle/player.conf @@ -123,6 +123,11 @@ show_hp_sp_drain: no // Display the gained hp/sp values from killing mobs? (Ie: Sky Deleter Card)
show_hp_sp_gain: yes
+
+// 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.
+friend_auto_add: no
+
// Are other requests accepted during [various things[party,guild]] a request or not?
// It does not accept by no accepted by yes.
invite_request_check: yes
|