summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-07-28 19:32:04 +0200
committerGitHub <noreply@github.com>2019-07-28 19:32:04 +0200
commit9034007595aa0ef58d28f09253ba15f405a011ab (patch)
tree8501bf59aebeae0989436d9d9b60c79f88c11704 /src/map/battle.h
parent65a7c731d228c059daf042c75d919453e4daa687 (diff)
parente06b782338e1356b42c80c80d6d59a36d833fcd8 (diff)
downloadhercules-9034007595aa0ef58d28f09253ba15f405a011ab.tar.gz
hercules-9034007595aa0ef58d28f09253ba15f405a011ab.tar.bz2
hercules-9034007595aa0ef58d28f09253ba15f405a011ab.tar.xz
hercules-9034007595aa0ef58d28f09253ba15f405a011ab.zip
Merge pull request #2505 from Emistry/autoloot_adjust
Added battle config autoloot_adjust
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 */