[1.6b] Swift Shot, Bull Shot

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

[1.6b] Swift Shot, Bull Shot

#1 Post by nsrr »

I mentioned these both on the discord, but just so there is a formal report I'll post it here, too. These are included together because it's the same bug for each. Can't say how long Swift Shot has been bugged, but this only concerns the new Bull Shot in Agility from 1.5.0, not the older one.

Bug: Both talents have a callbackOnMove which reduces the cooldown of the talent itself. Neither callback properly checks that the actor actually moved.

Steps to reproduce: Learn the talent. Position yourself next to an impassable tile(wall). Use the talent. Attempt to move onto the wall. The UI will not update without some input, so mouse over the talent or press the hotkey. You will see the cooldown has decreased. You can repeat this to completely reduce the cooldown to 0 without expending any turn energy.

Fix: Add the following check to the callback:

Code: Select all

 if not (self.x == ox and self.y ==oy) then 
Last edited by nsrr on Sun Sep 22, 2019 11:41 pm, edited 1 time in total.

nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

Re: [1.6b] Swift Shot, Bull Shot

#2 Post by nsrr »

Bump. Bug still exists for both talents in 1.6b.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [1.6b] Swift Shot, Bull Shot

#3 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply