mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Deeproot Waters + Merfolk Hexproof Token
This commit is contained in:
parent
518bae18df
commit
3fa142cc0b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class DeeprootWaters extends CardImpl {
|
||||||
|
|
||||||
|
|
||||||
// Whenever you cast a Merfolk spell, create a 1/1 blue Merfolk creature token with hexproof.
|
// Whenever you cast a Merfolk spell, create a 1/1 blue Merfolk creature token with hexproof.
|
||||||
this.addAbility(new SpellCastControllerTriggeredAbility(new CreateTokenEffect(new MerfolkHexproofToken(), 1, true, false), filter, false));
|
this.addAbility(new SpellCastControllerTriggeredAbility(new CreateTokenEffect(new MerfolkHexproofToken()), filter, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
public DeeprootWaters(final DeeprootWaters card) {
|
public DeeprootWaters(final DeeprootWaters card) {
|
||||||
|
|
Loading…
Reference in a new issue