diff options
author | hemagx <hemagx2@gmail.com> | 2015-12-25 19:30:20 +0200 |
---|---|---|
committer | hemagx <hemagx2@gmail.com> | 2015-12-25 19:30:20 +0200 |
commit | 75141a35e907f76ce7626f0f7cb421ec3217bcc1 (patch) | |
tree | b511fbe1cebf265a7140db8878bdcc43007d9305 /src/map/battle.c | |
parent | 0fd41008db1c91f2dd62ed2084b4ca4d063c04d9 (diff) | |
parent | 654e7629282b1e708e4f08b26b381e6f917b26d3 (diff) | |
download | hercules-75141a35e907f76ce7626f0f7cb421ec3217bcc1.tar.gz hercules-75141a35e907f76ce7626f0f7cb421ec3217bcc1.tar.bz2 hercules-75141a35e907f76ce7626f0f7cb421ec3217bcc1.tar.xz hercules-75141a35e907f76ce7626f0f7cb421ec3217bcc1.zip |
Merge pull request #975 from dastgir/8-RefineDef
Added Costume/Shadow Atk/Def refine bonus setting
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 3 |
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 /** |