forked from External/mage
Minor changes to tool tip text generation and token image loading.
This commit is contained in:
parent
2226498576
commit
455cca0795
4 changed files with 6 additions and 4 deletions
|
|
@ -97,7 +97,7 @@ public class PutOnLibrarySourceEffect extends OneShotEffect<PutOnLibrarySourceEf
|
|||
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