summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorTaylor Locke <kisuka@kisuka.com>2014-08-12 21:43:49 -0700
committerTaylor Locke <kisuka@kisuka.com>2014-08-12 21:43:49 -0700
commit2b8d5013ea8ba9904d157c773f12495bbca8ca80 (patch)
tree3923ed2b0b14e15aff4b8535eb740ccdf2dc5349 /src/map/battle.c
parentcc69b228908d2f74f97cf9b5763f6b3141fdf0d0 (diff)
downloadhercules-2b8d5013ea8ba9904d157c773f12495bbca8ca80.tar.gz
hercules-2b8d5013ea8ba9904d157c773f12495bbca8ca80.tar.bz2
hercules-2b8d5013ea8ba9904d157c773f12495bbca8ca80.tar.xz
hercules-2b8d5013ea8ba9904d157c773f12495bbca8ca80.zip
Battle config option for knockback style when on same tile.
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index d960b7316..fc159c921 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -6714,6 +6714,7 @@ static const struct battle_data {
{ "invincible.nodamage", &battle_config.invincible_nodamage, 0, 0, 1, },
{ "mob_slave_keep_target", &battle_config.mob_slave_keep_target, 0, 0, 1, },
{ "autospell_check_range", &battle_config.autospell_check_range, 0, 0, 1, },
+ { "knockback_left", &battle_config.knockback_left, 1, 0, 1, },
{ "client_reshuffle_dice", &battle_config.client_reshuffle_dice, 0, 0, 1, },
{ "client_sort_storage", &battle_config.client_sort_storage, 0, 0, 1, },
{ "feature.buying_store", &battle_config.feature_buying_store, 1, 0, 1, },