summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-04-08 23:06:08 +0200
committerGitHub <noreply@github.com>2017-04-08 23:06:08 +0200
commitcc8262cc21a8fff9a6b2e9c61372c89f5fa2377e (patch)
treeb74fab4a3eb5033c8515e4c8d1fc8c82c116572e /conf
parent5f3d37c89c60ecc89186fa8d6cba333369a8f4cf (diff)
parent176b7f571307000a8a22cf133041a911127fac5b (diff)
downloadhercules-cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e.tar.gz
hercules-cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e.tar.bz2
hercules-cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e.tar.xz
hercules-cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e.zip
Merge pull request #1663 from Smokexyz/bow-unequip-fix
Unequip arrows when a bow is unequipped. (RE only)
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