Fix Elminster text

This commit is contained in:
PurpleCrowbar 2023-06-08 01:28:57 +01:00
parent 079424f8f1
commit d0f5122733

View file

@ -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";
}