mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Fix Mishra's Foundry creature ability cost. Closes #9874
This commit is contained in:
parent
8872fa3244
commit
e7ca63b0c4
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public final class MishrasFoundry extends CardImpl {
|
||||||
"2/2 Assembly-Worker artifact creature",
|
"2/2 Assembly-Worker artifact creature",
|
||||||
SubType.ASSEMBLY_WORKER
|
SubType.ASSEMBLY_WORKER
|
||||||
).withType(CardType.ARTIFACT), "land", Duration.EndOfTurn
|
).withType(CardType.ARTIFACT), "land", Duration.EndOfTurn
|
||||||
), new GenericManaCost(1)));
|
), new GenericManaCost(2)));
|
||||||
|
|
||||||
// {1}, {T}: Target attacking Assembly-Worker gets +2/+2 until end of turn.
|
// {1}, {T}: Target attacking Assembly-Worker gets +2/+2 until end of turn.
|
||||||
Ability ability = new SimpleActivatedAbility(
|
Ability ability = new SimpleActivatedAbility(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue