summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-05-05 18:09:32 +0200
committerGitHub <noreply@github.com>2019-05-05 18:09:32 +0200
commit78f9922a3e8276b920cbbdf9c273e03e22c6eb8d (patch)
treeaf2a9b0425228bd17a06e2c9fd36c7618b2bebe7 /src/map/battle.h
parentd55b291c88cff726c5ac99b4d6f40efe416cf83e (diff)
parent781011398ba501a50e120d6ad8dc86d155c8ce9e (diff)
downloadhercules-78f9922a3e8276b920cbbdf9c273e03e22c6eb8d.tar.gz
hercules-78f9922a3e8276b920cbbdf9c273e03e22c6eb8d.tar.bz2
hercules-78f9922a3e8276b920cbbdf9c273e03e22c6eb8d.tar.xz
hercules-78f9922a3e8276b920cbbdf9c273e03e22c6eb8d.zip
Merge pull request #2309 from guilherme-gm/201810-randomopt-drop
Support for monster drops with Random Options
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 723a86874..a99e95c86 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -583,6 +583,8 @@ struct Battle_Config {
int ping_timer_interval;
int ping_time;
+
+ int option_drop_max_loop;
};
/* criteria for battle_config.idletime_critera */