this.color.setWhite(true);
// As Runed Halo enters the battlefield, name a card.
Ability ability = new AsEntersBattlefieldAbility(new NameACardEffect(NameACardEffect.TypeOfName.ALL));
// You have protection from the chosen name.
ability.addEffect(new RunedHaloSetProtectionEffect());
this.addAbility(ability);
}
public RunedHalo(final RunedHalo card) {
super(card);