This commit is contained in:
jeffwadsworth 2020-06-09 11:10:06 -05:00
parent 2e8ece1dbd
commit 17504d4243

View file

@ -39,7 +39,7 @@ public final class OppressiveRays extends CardImpl {
// Enchant creature
TargetPermanent auraTarget = new TargetCreaturePermanent();
this.getSpellAbility().addTarget(auraTarget);
this.getSpellAbility().addEffect(new AttachEffect(Outcome.BoostCreature));
this.getSpellAbility().addEffect(new AttachEffect(Outcome.Detriment));
Ability ability = new EnchantAbility(auraTarget.getTargetName());
this.addAbility(ability);