summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorMysterious <mysteriousragnarok@hotmail.com>2013-02-03 17:59:43 -0800
committerMysterious <mysteriousragnarok@hotmail.com>2013-02-03 17:59:43 -0800
commit9909d3bf4f4ad0acad48fbe5f1cfe69e44109da9 (patch)
treea9b1a6855824986b8bfa47a98236d30a1f2e1d33 /src/map/battle.h
parentac7c180e10c5c84eae1ef8769942853ac8abc6f9 (diff)
parentfe8d3fc42729f2afc37426e26080b2d04f65d9f3 (diff)
downloadhercules-9909d3bf4f4ad0acad48fbe5f1cfe69e44109da9.tar.gz
hercules-9909d3bf4f4ad0acad48fbe5f1cfe69e44109da9.tar.bz2
hercules-9909d3bf4f4ad0acad48fbe5f1cfe69e44109da9.tar.xz
hercules-9909d3bf4f4ad0acad48fbe5f1cfe69e44109da9.zip
Merge pull request #1 from HerculesWS/master
Merging
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 0943b1aa3..c5ca19b90 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -484,6 +484,7 @@ extern struct Battle_Config
int mob_size_influence; // Enable modifications on earned experience, drop rates and monster status depending on monster size. [mkbu95]
int skill_trap_type;
+ int item_restricted_consumption_type;
} battle_config;
void do_init_battle(void);