Page 1 of 1

[b38] Speedloading quivers give bonus when equipped in swap

Posted: Wed Mar 21, 2012 8:54 pm
by stinkstink
With Bow Mastery 6 and a quiver that gives +2 loading per turn in the swap slot, I can load 5 arrows into the Quiver of the Sun at a time. If I swap out the speedloading quiver for another, I get 3 per turn as expected.

Re: [b38] Speedloading quivers give bonus when equipped in s

Posted: Wed Mar 21, 2012 9:53 pm
by edge2054
Nice catch. I think this diff will fix it.

Code: Select all

diff --git a/game/modules/tome/load.lua b/game/modules/tome/load.lua
index 738f237..935b059 100644
--- a/game/modules/tome/load.lua
+++ b/game/modules/tome/load.lua
@@ -159,7 +159,7 @@ ActorInventory:defineInventory("GEM", "Socketed Gems", true, "Socketed gems.", n
 ActorInventory:defineInventory("QS_MAINHAND", "Second weapon set: In main hand", false, "Weapon Set 2: Most weapons are wielded in the main hand. Press 'x' to switch weapon sets.", true)
 ActorInventory:defineInventory("QS_OFFHAND", "Second weapon set: In off hand", false, "Weapon Set 2: You can use shields or a second weapon in your off-hand, if you have the talents for it. Press 'x' to switch weapon sets.", true)
 ActorInventory:defineInventory("QS_PSIONIC_FOCUS", "Second weapon set: psionic focus", false, "Weapon Set 2: Object held in your telekinetic grasp. It can be a weapon or some other item to provide a benefit to your psionic powers. Press 'x' to switch weapon sets.", true)
-ActorInventory:defineInventory("QS_QUIVER", "Second weapon set: Quiver", true, "Weapon Set 2: Your readied ammo.", true)
+ActorInventory:defineInventory("QS_QUIVER", "Second weapon set: Quiver", false, "Weapon Set 2: Your readied ammo.", true)
 ActorInventory.equipdolls = {
 	default = { w=48, h=48, itemframe="ui/equipdoll/itemframe48.png", itemframe_sel="ui/equipdoll/itemframe-sel48.png", ix=3, iy=3, iw=42, ih=42, doll_x=116, doll_y=168+64, list={
 		PSIONIC_FOCUS = {{weight=1, x=48, y=48}},