v3.0.0: properly fixed guiding light cooldown
This commit is contained in:
@@ -86,7 +86,7 @@ public class GuidingLight extends TargetedClericSpell {
|
||||
hero.next();
|
||||
|
||||
onSpellCast(tome, hero);
|
||||
if (hero.subClass == HeroSubClass.PRIEST) {
|
||||
if (hero.subClass == HeroSubClass.PRIEST && hero.buff(GuidingLightPriestCooldown.class) == null) {
|
||||
Buff.prolong(hero, GuidingLightPriestCooldown.class, 100f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user