diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-09 01:11:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-14 19:00:30 +0300 |
commit | e3c8212c05c63e5e500710f151044de9e4a95257 (patch) | |
tree | f4418e1892408964812f33ac0707c46cb6773f9e /src/map/battle.h | |
parent | 7a56179426d488a351f05088d03ace75d6aca4f8 (diff) | |
download | hercules-e3c8212c05c63e5e500710f151044de9e4a95257.tar.gz hercules-e3c8212c05c63e5e500710f151044de9e4a95257.tar.bz2 hercules-e3c8212c05c63e5e500710f151044de9e4a95257.tar.xz hercules-e3c8212c05c63e5e500710f151044de9e4a95257.zip |
Add option for fix hit after warp.
Introduced new configuration option: fix_warp_hit_delay_abuse.
Official way is to set this option to false.
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 0ebc0aeb9..eeecaaf89 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -509,6 +509,8 @@ struct Battle_Config { int feature_roulette; int show_monster_hp_bar; // [Frost] + + int fix_warp_hit_delay_abuse; }; /* criteria for battle_config.idletime_critera */ |