mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
HOU ChampionOfWits
This commit is contained in:
parent
d296934c03
commit
2b24d95ac5
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class ChampionOfWitsEffect extends OneShotEffect {
|
|||
|
||||
public ChampionOfWitsEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "When {this} enters the battlefield, you may draw cards equal to its power. If you do, discard two cards.";
|
||||
staticText = "you may draw cards equal to its power. If you do, discard two cards.";
|
||||
}
|
||||
|
||||
public ChampionOfWitsEffect(final ChampionOfWitsEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue