diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-11-24 11:36:29 +0100 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-11-24 11:36:29 +0100 |
commit | 308570a239a7211aed068c3855d15c7d16f3d3b4 (patch) | |
tree | 28ce5a36441efe995ccbb47e16f453b12994ae06 /src/map/battle.c | |
parent | 86d0ab88920099c164f12e440f232634989bc69b (diff) | |
parent | 26cdd53ef2d633e6b7d886bb720e645d85d08e43 (diff) | |
download | hercules-308570a239a7211aed068c3855d15c7d16f3d3b4.tar.gz hercules-308570a239a7211aed068c3855d15c7d16f3d3b4.tar.bz2 hercules-308570a239a7211aed068c3855d15c7d16f3d3b4.tar.xz hercules-308570a239a7211aed068c3855d15c7d16f3d3b4.zip |
Merge pull request #396 from GrumpyLittlePanda/master
Bugs 5237 and 7979, Land Protector / unit splash behavior
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 9ee4695f7..1563553d4 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -6839,6 +6839,7 @@ static const struct battle_data { { "guild_castle_expulsion", &battle_config.guild_castle_expulsion, 0, 0, 1, }, { "song_timer_reset", &battle_config.song_timer_reset, 0, 0, 1, }, { "snap_dodge", &battle_config.snap_dodge, 0, 0, 1, }, + { "stormgust_knockback", &battle_config.stormgust_knockback, 1, 0, 1, }, { "monster_chase_refresh", &battle_config.mob_chase_refresh, 1, 0, 30, }, { "mob_icewall_walk_block", &battle_config.mob_icewall_walk_block, 75, 0, 255, }, { "boss_icewall_walk_block", &battle_config.boss_icewall_walk_block, 0, 0, 255, }, |