summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorEmistry Haoyan <equinox1991@gmail.com>2019-07-14 04:21:37 +0800
committerEmistry Haoyan <equinox1991@gmail.com>2019-07-14 13:07:48 +0800
commite06b782338e1356b42c80c80d6d59a36d833fcd8 (patch)
treec98017cf2abdf6a1ca4487d23f027b3183730087 /src/map/battle.h
parenta5eb6ec995612c878a3b6cb522520ffae8b13a3b (diff)
downloadhercules-e06b782338e1356b42c80c80d6d59a36d833fcd8.tar.gz
hercules-e06b782338e1356b42c80c80d6d59a36d833fcd8.tar.bz2
hercules-e06b782338e1356b42c80c80d6d59a36d833fcd8.tar.xz
hercules-e06b782338e1356b42c80c80d6d59a36d833fcd8.zip
Added battle config autoloot_adjust
Added battle config autoloot_adjust that allows autoloot to take player drop penalties and bonuses into account.
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 0ff5135d8..4f70c697b 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -605,6 +605,8 @@ struct Battle_Config {
int critical_max;
int hit_min;
int hit_max;
+
+ int autoloot_adjust;
};
/* criteria for battle_config.idletime_critera */