mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Remove unused field from EnchantedPlayerAttackedTriggeredAbility
This commit is contained in:
parent
b2e2cbd83c
commit
b59885731d
1 changed files with 1 additions and 3 deletions
|
|
@ -13,8 +13,6 @@ import mage.players.Player;
|
|||
*/
|
||||
public class EnchantedPlayerAttackedTriggeredAbility extends TriggeredAbilityImpl {
|
||||
|
||||
protected Effect effect;
|
||||
|
||||
public EnchantedPlayerAttackedTriggeredAbility(Effect effect) {
|
||||
super(Zone.BATTLEFIELD, effect, false);
|
||||
}
|
||||
|
|
@ -48,4 +46,4 @@ public class EnchantedPlayerAttackedTriggeredAbility extends TriggeredAbilityImp
|
|||
return new EnchantedPlayerAttackedTriggeredAbility(this);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue