mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Update ShadesForm.java
This commit is contained in:
parent
f041fb07e5
commit
3b7193aa06
1 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author Temba
|
||||
* @author Temba21
|
||||
*/
|
||||
public class ShadesForm extends CardImpl {
|
||||
|
||||
|
|
@ -58,8 +58,8 @@ public class ShadesForm extends CardImpl {
|
|||
this.subtype.add("Aura");
|
||||
// Enchant creature
|
||||
TargetPermanent auraTarget = new TargetCreaturePermanent();
|
||||
this.getSpellAbility().addTarget(auraTarget);
|
||||
this.getSpellAbility().addEffect(new AttachEffect(Outcome.AddAbility)); //mikä on oikea outcome + tutki koodia
|
||||
this.getSpellAbility().addTarget(auraTarget);
|
||||
this.getSpellAbility().addEffect(new AttachEffect(Outcome.AddAbility));
|
||||
Ability ability = new EnchantAbility(auraTarget.getTargetName());
|
||||
this.addAbility(ability);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue