mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08: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() {
|
||||
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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue