mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed AttackedByCreatureTriggeredAbility to behave as before adding SetTargetPointer
This commit is contained in:
parent
0126f45aa5
commit
f7fdd0edde
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class AttackedByCreatureTriggeredAbility extends TriggeredAbilityImpl {
|
||||||
}
|
}
|
||||||
|
|
||||||
public AttackedByCreatureTriggeredAbility(Effect effect, boolean optional) {
|
public AttackedByCreatureTriggeredAbility(Effect effect, boolean optional) {
|
||||||
this(effect, optional, SetTargetPointer.PERMANENT);
|
this(effect, optional, SetTargetPointer.NONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
public AttackedByCreatureTriggeredAbility(Effect effect, boolean optional, SetTargetPointer setTargetPointer) {
|
public AttackedByCreatureTriggeredAbility(Effect effect, boolean optional, SetTargetPointer setTargetPointer) {
|
||||||
|
|
Loading…
Reference in a new issue