mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00: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));
|
||||
ability.addEffect(new TapAllEffect(otherCreaturesYouControl));
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue