|
@@ -8827,8 +8827,8 @@ static const struct _battle_data {
|
|
|
{ "feature.roulette", &battle_config.feature_roulette, 1, 0, 1, },
|
|
|
{ "monster_hp_bars_info", &battle_config.monster_hp_bars_info, 1, 0, 1, },
|
|
|
{ "min_body_style", &battle_config.min_body_style, 0, 0, SHRT_MAX, },
|
|
|
- { "max_body_style", &battle_config.max_body_style, 4, 0, SHRT_MAX, },
|
|
|
- { "save_body_style", &battle_config.save_body_style, 0, 0, 1, },
|
|
|
+ { "max_body_style", &battle_config.max_body_style, 1, 0, SHRT_MAX, },
|
|
|
+ { "save_body_style", &battle_config.save_body_style, 1, 0, 1, },
|
|
|
{ "monster_eye_range_bonus", &battle_config.mob_eye_range_bonus, 0, 0, 10, },
|
|
|
{ "monster_stuck_warning", &battle_config.mob_stuck_warning, 0, 0, 1, },
|
|
|
{ "skill_eightpath_algorithm", &battle_config.skill_eightpath_algorithm, 1, 0, 1, },
|