mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09:00
- Text fix
This commit is contained in:
parent
f231bcb05b
commit
db800f3a73
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ public final class DragonGrip extends CardImpl {
|
|||
|
||||
// Ferocious - If you control a creature with power 4 or greater, you may cast Dragon Grip as though it had flash.
|
||||
AsThoughEffect effect = new CastAsThoughItHadFlashSourceEffect(Duration.EndOfGame);
|
||||
effect.setText("<i>Ferocious</i> — If you control a creature with power 4 or greater, you may cast Dragon Grip as though it had flash");
|
||||
this.addAbility(new SimpleStaticAbility(Zone.ALL, new ConditionalAsThoughEffect(effect,
|
||||
FerociousCondition.instance))
|
||||
FerociousCondition.instance).setText("<i>Ferocious</i> — If you control a creature with power 4 or greater, "
|
||||
+ "you may cast Dragon Grip as though it had flash"))
|
||||
.addHint(FerociousHint.instance));
|
||||
|
||||
// Enchant creature
|
||||
|
|
Loading…
Add table
Reference in a new issue