summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-11-24 11:36:29 +0100
committerMichieru <Michieru@users.noreply.github.com>2014-11-24 11:36:29 +0100
commit308570a239a7211aed068c3855d15c7d16f3d3b4 (patch)
tree28ce5a36441efe995ccbb47e16f453b12994ae06 /src/map/battle.h
parent86d0ab88920099c164f12e440f232634989bc69b (diff)
parent26cdd53ef2d633e6b7d886bb720e645d85d08e43 (diff)
downloadhercules-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.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 ad879bd1a..e80e0091d 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -482,6 +482,7 @@ struct Battle_Config {
int song_timer_reset; // [csnv]
int snap_dodge; // Enable or disable dodging damage snapping away [csnv]
+ int stormgust_knockback;
int feature_roulette;
};