diff options
author | Asheraf <acheraf1998@gmail.com> | 2017-11-05 00:51:34 +0000 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2017-11-18 22:45:11 +0000 |
commit | 1a4327551900db5e2ecbb754bef7c05f4edfc6dd (patch) | |
tree | f60c6951a12ba3b634f5c6b5c40f6c1b62ece349 /src/map/battle.h | |
parent | 41f3237e4537d7105fb47d56b455d31cf33c155c (diff) | |
download | hercules-1a4327551900db5e2ecbb754bef7c05f4edfc6dd.tar.gz hercules-1a4327551900db5e2ecbb754bef7c05f4edfc6dd.tar.bz2 hercules-1a4327551900db5e2ecbb754bef7c05f4edfc6dd.tar.xz hercules-1a4327551900db5e2ecbb754bef7c05f4edfc6dd.zip |
Implement Homunculus autofeeding
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 4a63887c4..f6e825e82 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -559,6 +559,8 @@ struct Battle_Config { int feature_rodex; int feature_rodex_use_accountmail; + + int feature_enable_homun_autofeed; }; /* criteria for battle_config.idletime_critera */ |