summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorSmokexyz <sagunkho@hotmail.com>2017-04-04 15:15:06 +0800
committerSmokexyz <sagunkho@hotmail.com>2017-04-04 17:00:43 +0800
commit176b7f571307000a8a22cf133041a911127fac5b (patch)
tree9964183dfe53dbb66acf169e56fa54a2979de77c /conf
parent20145c61053479b9acd8ed50c75a80c2a861e349 (diff)
downloadhercules-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 'conf')
-rw-r--r--conf/map/battle/items.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf
index 8ff2cbb3b..3c9ba71e9 100644
--- a/conf/map/battle/items.conf
+++ b/conf/map/battle/items.conf
@@ -114,3 +114,7 @@ item_enabled_npc: true
// 2 : disabled equipments are nullify, disabled cards will caused the equipment to unequip
// 3 : disabled equipments are unequip, disabled cards will caused the equipment to unequip (1+2)
unequip_restricted_equipment: 0
+
+// When unequip a bow with arrow equipped, it also unequip the arrow?
+// Default: true (Official behavior, applies only in Renewal)
+bow_unequip_arrow: true