diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 28e6176ec..b901644de 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -480,6 +480,8 @@ extern struct Battle_Config int atcommand_suggestions_enabled; int min_npc_vending_distance; int atcommand_mobinfo_type; + + int mob_size_influence; // Enable modifications on earned experience, drop rates and monster status depending on monster size. [mkbu95] } battle_config; void do_init_battle(void); |