v3.3.0: fixed divine sense not properly updating UI state in some cases
This commit is contained in:
@@ -65,6 +65,7 @@ public class DivineSense extends ClericSpell {
|
||||
|
||||
SpellSprite.show(hero, SpellSprite.VISION);
|
||||
hero.sprite.operate(hero.pos);
|
||||
hero.next();
|
||||
|
||||
Char ally = PowerOfMany.getPoweredAlly();
|
||||
if (ally != null && ally.buff(LifeLinkSpell.LifeLinkSpellBuff.class) != null){
|
||||
|
||||
Reference in New Issue
Block a user