public override void PrepFight() { base.PrepFight(); Mana = MaxMana; sb = new ShadowBolt(this); co = new Corruption(this); lt = new LifeTap(this); }
public override void PrepFight() { base.PrepFight(); Mana = MaxMana; sb = new ShadowBolt(this); co = Cooldowns.Contains("Corruption") ? new Corruption(this) : null; ca = Cooldowns.Contains("Curse of Agony") ? new CurseOfAgony(this) : null; lt = new LifeTap(this); }