summaryrefslogtreecommitdiff
path: root/conf/battle/battle.conf
diff options
context:
space:
mode:
authorMichieru <Michieru@users.noreply.github.com>2014-09-19 15:04:25 +0200
committerMichieru <Michieru@users.noreply.github.com>2014-09-19 15:04:25 +0200
commit0b617096e7c81a0861b362769a835f23118431dc (patch)
tree79a714e7b4aaa769695d7cc01504e17374d3ebf3 /conf/battle/battle.conf
parentdb3605926534c83c1d1717955a4b55d2d951302f (diff)
parent76662cc551f4256344640c91b2601923e15b2f7c (diff)
downloadhercules-0b617096e7c81a0861b362769a835f23118431dc.tar.gz
hercules-0b617096e7c81a0861b362769a835f23118431dc.tar.bz2
hercules-0b617096e7c81a0861b362769a835f23118431dc.tar.xz
hercules-0b617096e7c81a0861b362769a835f23118431dc.zip
Merge pull request #360 from csnv/somefixes
Fixes damage missing. Snap dodging bug.
Diffstat (limited to 'conf/battle/battle.conf')
-rw-r--r--conf/battle/battle.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/battle/battle.conf b/conf/battle/battle.conf
index fc962b008..2e84a23e5 100644
--- a/conf/battle/battle.conf
+++ b/conf/battle/battle.conf
@@ -146,3 +146,7 @@ autospell_check_range: no
// If both the attacker and the target are on the same tile, should the target be knocked back to the left?
// Official behavior is "yes", setting this to "no" will knock the target back behind the attacker.
knockback_left: yes
+
+// Should the target be able of dodging damage by snapping away to the edge of the screen?
+// Official behavior is "no"
+snap_dodge: no