|
@@ -8939,6 +8939,7 @@ static const struct _battle_data {
|
|
|
{ "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, },
|
|
|
+ { "skill_eightpath_same_cell", &battle_config.skill_eightpath_same_cell, 1, 0, 1, },
|
|
|
{ "death_penalty_maxlv", &battle_config.death_penalty_maxlv, 0, 0, 3, },
|
|
|
{ "exp_cost_redemptio", &battle_config.exp_cost_redemptio, 1, 0, 100, },
|
|
|
{ "exp_cost_redemptio_limit", &battle_config.exp_cost_redemptio_limit, 5, 0, MAX_PARTY, },
|