diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-09-19 15:04:25 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-09-19 15:04:25 +0200 |
commit | 0b617096e7c81a0861b362769a835f23118431dc (patch) | |
tree | 79a714e7b4aaa769695d7cc01504e17374d3ebf3 /conf | |
parent | db3605926534c83c1d1717955a4b55d2d951302f (diff) | |
parent | 76662cc551f4256344640c91b2601923e15b2f7c (diff) | |
download | hercules-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')
-rw-r--r-- | conf/battle/battle.conf | 4 |
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 |