mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
adjust ValiantTriggeredAbility
This commit is contained in:
parent
20e24f1a8c
commit
03e90f9f5b
1 changed files with 6 additions and 4 deletions
|
|
@ -18,12 +18,14 @@ public class ValiantTriggeredAbility extends BecomesTargetSourceFirstTimeTrigger
|
||||||
}
|
}
|
||||||
|
|
||||||
public ValiantTriggeredAbility(Effect effect) {
|
public ValiantTriggeredAbility(Effect effect) {
|
||||||
this(effect, false);
|
this(effect, SetTargetPointer.NONE, false);
|
||||||
this.setAbilityWord(AbilityWord.VALIANT);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public ValiantTriggeredAbility(Effect effect, boolean optional) {
|
public ValiantTriggeredAbility(Effect effect, SetTargetPointer setTargetPointer, boolean optional) {
|
||||||
super(effect, filter, SetTargetPointer.NONE, false);
|
super(effect, filter, setTargetPointer, optional);
|
||||||
|
this.setAbilityWord(AbilityWord.VALIANT);
|
||||||
|
this.withRuleTextReplacement(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
private ValiantTriggeredAbility(final ValiantTriggeredAbility ability) {
|
private ValiantTriggeredAbility(final ValiantTriggeredAbility ability) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue