diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-07-31 16:39:33 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-08-01 10:10:19 -0400 |
commit | 4bde7760f12752a385ff065c8d83bc66765b93b8 (patch) | |
tree | 179bcdbe28eeb4e655b7b6f78b9d0e9a735bf071 /src/map/battle.h | |
parent | 71d694baa88d2beb6ec0f89fb2f8b733898acea5 (diff) | |
download | hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.tar.gz hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.tar.bz2 hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.tar.xz hercules-4bde7760f12752a385ff065c8d83bc66765b93b8.zip |
add option to restrict party leader change to same map
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index a73c6dc44..44e454156 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -298,6 +298,7 @@ struct Battle_Config { int show_steal_in_same_party; int party_share_type; int party_hp_mode; + int party_change_leader_same_map; int party_show_share_picker; int show_picker_item_type; int attack_attr_none; @@ -545,7 +546,7 @@ struct Battle_Config { int player_warp_keep_direction; int atcommand_levelup_events; // Enable atcommands trigger level up events for NPCs - + int bow_unequip_arrow; int max_summoner_parameter; // Summoner Max Stats |