diff options
author | Smokexyz <sagunkho@hotmail.com> | 2017-04-04 15:15:06 +0800 |
---|---|---|
committer | Smokexyz <sagunkho@hotmail.com> | 2017-04-04 17:00:43 +0800 |
commit | 176b7f571307000a8a22cf133041a911127fac5b (patch) | |
tree | 9964183dfe53dbb66acf169e56fa54a2979de77c /src/map/battle.h | |
parent | 20145c61053479b9acd8ed50c75a80c2a861e349 (diff) | |
download | hercules-176b7f571307000a8a22cf133041a911127fac5b.tar.gz hercules-176b7f571307000a8a22cf133041a911127fac5b.tar.bz2 hercules-176b7f571307000a8a22cf133041a911127fac5b.tar.xz hercules-176b7f571307000a8a22cf133041a911127fac5b.zip |
Unequip arrows when a bow is unequipped. (RE only)
Forces the unequipment of arrows when a bow is unequipped.
Based on original PR by @Jedzkie in #1079
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 c55d5ef19..1a9b83111 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -545,6 +545,8 @@ 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 }; |