From 2b8d5013ea8ba9904d157c773f12495bbca8ca80 Mon Sep 17 00:00:00 2001 From: Taylor Locke Date: Tue, 12 Aug 2014 21:43:49 -0700 Subject: Battle config option for knockback style when on same tile. --- src/map/battle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/battle.c') 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, }, -- cgit v1.2.3-60-g2f50