"Mobility" not working

Found a bug? Great! Post about it here!

"Mobility" not working

Postby Coolthulhu » Thu Sep 22, 2016 8:12 pm

Swiftness has a clearly noticeable effect on movement speed, swapping it for Mobility causes a noticeable downgrade.

Mobility description says it reduces turn cost of movement by 30% if no charge abilities are on cooldown. This clearly implies that having no charge abilities that can be on cooldown means that Mobility should be always working.

But it doesn't seem to work like that - neither on my charge-less summoner, nor on the electric bird demons that commonly spawn with it (those also have no charge abilities).
Coolthulhu
 
Posts: 1
Joined: Thu Sep 22, 2016 7:51 pm

Re: "Mobility" not working

Postby Ferret » Thu Sep 22, 2016 9:04 pm

Hey, welcome to the forums, and thanks for the bug rep...

Oh bloody hell.

if(source.abilitySet != null && source.abilitySet.HasPassiveFlag(PassiveFlag.Mobility))
{
cost = (cost * (100 - PassiveBenefit.k_mobCoverDodgeChance)) / 100;
}

sigh. You don't even need to know a lick of code to see something is wrong here. :P Fixed in next build, with my apologies. :P Thanks again. :D
User avatar
Ferret
 
Posts: 1785
Joined: Tue Sep 16, 2014 3:18 pm

Re: "Mobility" not working

Postby Ferret » Thu Sep 22, 2016 9:08 pm

By the by, Mob Cover's dodge chance is 15%, so this means that while bugged, Mobility is only at 1/2 effect. grumble.
User avatar
Ferret
 
Posts: 1785
Joined: Tue Sep 16, 2014 3:18 pm


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 9 guests

cron