summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorGuilherme G. Menaldo <guilherme.menaldo@outlook.com>2018-10-01 13:52:15 -0300
committerGuilherme Menaldo <guilherme.menaldo@outlook.com>2019-04-20 15:45:56 -0300
commitd34df93e14582b1c2ad43763666d674b7e8440ca (patch)
tree027d88ed46ffc566a81b357f3de83e62ba0edd3f /src/map/battle.h
parent4fcd9b9a3891f3538ecd8a073c3f0e1c5eb85f55 (diff)
downloadhercules-d34df93e14582b1c2ad43763666d674b7e8440ca.tar.gz
hercules-d34df93e14582b1c2ad43763666d674b7e8440ca.tar.bz2
hercules-d34df93e14582b1c2ad43763666d674b7e8440ca.tar.xz
hercules-d34df93e14582b1c2ad43763666d674b7e8440ca.zip
Added support for mobs to drop items 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 */