summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 65038f240..1c3817a31 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -7192,6 +7192,9 @@ static const struct battle_data {
{ "feature.roulette", &battle_config.feature_roulette, 1, 0, 1, },
{ "show_monster_hp_bar", &battle_config.show_monster_hp_bar, 1, 0, 1, },
{ "fix_warp_hit_delay_abuse", &battle_config.fix_warp_hit_delay_abuse, 0, 0, 1, },
+ { "costume_refine_def", &battle_config.costume_refine_def, 1, 0, 1, },
+ { "shadow_refine_def", &battle_config.shadow_refine_def, 1, 0, 1, },
+ { "shadow_refine_atk", &battle_config.shadow_refine_atk, 1, 0, 1, },
};
#ifndef STATS_OPT_OUT
/**