mirror of
https://github.com/correl/mage.git
synced 2024-12-28 03:00:10 +00:00
Fix Elminster text
This commit is contained in:
parent
079424f8f1
commit
d0f5122733
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class ElminsterExileEffect extends OneShotEffect {
|
||||||
|
|
||||||
ElminsterExileEffect() {
|
ElminsterExileEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Benefit);
|
||||||
staticText = "exile the top card of your library. Create number of 1/1 " +
|
staticText = "exile the top card of your library. Create a number of 1/1 " +
|
||||||
"blue Faerie Dragon creature tokens with flying equal to that card's mana value";
|
"blue Faerie Dragon creature tokens with flying equal to that card's mana value";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue