mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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…
Reference in a new issue