mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
tooltip change to include when {this} enters the battlefield
This commit is contained in:
parent
a9214e6d35
commit
ff0dbba539
1 changed files with 85 additions and 85 deletions
|
|
@ -72,7 +72,7 @@ public class DreadCacodemon extends CardImpl {
|
||||||
TriggeredAbility ability = new EntersBattlefieldTriggeredAbility(new DestroyAllEffect(opponentsCreatures, false));
|
TriggeredAbility ability = new EntersBattlefieldTriggeredAbility(new DestroyAllEffect(opponentsCreatures, false));
|
||||||
ability.addEffect(new TapAllEffect(otherCreaturesYouControl));
|
ability.addEffect(new TapAllEffect(otherCreaturesYouControl));
|
||||||
this.addAbility(new ConditionalTriggeredAbility(ability, new CastFromHandCondition(),
|
this.addAbility(new ConditionalTriggeredAbility(ability, new CastFromHandCondition(),
|
||||||
" if you cast it from your hand, if you cast it from your hand, destroy all creatures your opponents control, then tap all other creatures you control."), new CastFromHandWatcher());
|
"When {this} enters the battlefield, if you cast it from your hand, destroy all creatures your opponents control, then tap all other creatures you control."), new CastFromHandWatcher());
|
||||||
}
|
}
|
||||||
|
|
||||||
public DreadCacodemon(final DreadCacodemon card) {
|
public DreadCacodemon(final DreadCacodemon card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue