summaryrefslogtreecommitdiff
path: root/src/map/battle.h
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.h
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.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 71633372e..dfa156796 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -416,6 +416,7 @@ struct Battle_Config {
int invincible_nodamage;
int mob_slave_keep_target;
int autospell_check_range; //Enable range check for autospell bonus. [L0ne_W0lf]
+ int knockback_left;
int client_reshuffle_dice; // Reshuffle /dice
int client_sort_storage;
int feature_buying_store;