mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
[STX] fixed second mode on Lorehold Command
This commit is contained in:
parent
09d3cee8fc
commit
22ac79c325
1 changed files with 4 additions and 2 deletions
|
@ -45,10 +45,12 @@ public final class LoreholdCommand extends CardImpl {
|
|||
1, 0, Duration.EndOfTurn
|
||||
).setText("creatures you control get +1/+0"));
|
||||
mode.addEffect(new GainAbilityControlledEffect(
|
||||
IndestructibleAbility.getInstance(), Duration.EndOfTurn
|
||||
IndestructibleAbility.getInstance(), Duration.EndOfTurn,
|
||||
StaticFilters.FILTER_PERMANENT_CREATURES
|
||||
).setText("and gain indestructible"));
|
||||
mode.addEffect(new GainAbilityControlledEffect(
|
||||
HasteAbility.getInstance(), Duration.EndOfTurn
|
||||
HasteAbility.getInstance(), Duration.EndOfTurn,
|
||||
StaticFilters.FILTER_PERMANENT_CREATURES
|
||||
).setText("and haste until end of turn"));
|
||||
this.getSpellAbility().addMode(mode);
|
||||
|
||||
|
|
Loading…
Reference in a new issue