diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config.py b/tools/config.py index 8d1423b..a32e8ca 100755 --- a/tools/config.py +++ b/tools/config.py @@ -581,7 +581,6 @@ def build_config(): map_conf.opt('gm_log', RString, '{}') map_conf.opt('log_file', RString, '{}') - battle_conf.opt('warp_point_debug', bool, 'false') battle_conf.opt('enemy_critical', bool, 'false') battle_conf.opt('enemy_critical_rate', percent, '100') battle_conf.opt('enemy_str', bool, 'true') @@ -614,6 +613,7 @@ def build_config(): battle_conf.opt('mob_count_rate', percent, '100') battle_conf.opt('basic_skill_check', bool, 'true') battle_conf.opt('player_invincible_time', milliseconds, '5_s') + battle_conf.opt('player_pvp_time', milliseconds, '5_s') battle_conf.opt('skill_min_damage', bool, 'false') battle_conf.opt('natural_healhp_interval', milliseconds, '6_s', {map_h}, min='NATURAL_HEAL_INTERVAL') battle_conf.opt('natural_healsp_interval', milliseconds, '8_s', {map_h}, min='NATURAL_HEAL_INTERVAL') |