forked from External/mage
Added Spelltithe Enforcer, Gauntlet of Might and Shivan Wumpus.
This commit is contained in:
parent
684e76e9bf
commit
6fe58db97d
9 changed files with 545 additions and 4 deletions
|
|
@ -97,7 +97,7 @@ public class PutOnLibrarySourceEffect extends OneShotEffect {
|
|||
sb.append(staticText);
|
||||
} else {
|
||||
// Put Champion of Stray Souls on top of your library from your graveyard
|
||||
sb.append("Put {this} on ");
|
||||
sb.append("put {this} on ");
|
||||
sb.append(onTop ? "top" : "the bottom").append(" of it's owner's library");
|
||||
}
|
||||
return sb.toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue