[LH 2.0, Bug] Invincible

Invincible can show up twice on the action bar. I believe the problem is caused by the fact that it is unlocked by the level ability even though the ability already auto unlocks.

The ability that grants Invincible reads-

<GameModifier>
<ModType>Unit</ModType>
<Attribute>UnlockCombatAbility</Attribute>
<StrVal>Invincible</StrVal>
<Provides>Caster is immune to physical damage until the next action</Provides>
</GameModifier>

Invincible's ability should read as-

<GameModifier>
<ModType>Unit</ModType>
<Provides>Caster is immune to physical damage until the next action</Provides>
</GameModifier>

8,441 views 2 replies
Reply #1 Top

I've sent this report to the developers, thank you!

Reply #2 Top

 

Fixed thanks! (it was actually that Invincible wasn't tagged as an ability so it was showing up both as an ability and a spell).