forked from External/mage
* Mox Opal - Fixed handling and tooltip text.
This commit is contained in:
parent
15bd62f24e
commit
eba9e5925f
3 changed files with 14 additions and 5 deletions
|
|
@ -210,7 +210,7 @@ public class LookLibraryControllerEffect extends OneShotEffect {
|
|||
if (putOnTop) {
|
||||
sb.append("on your library (last chosen will be on top)");
|
||||
} else {
|
||||
sb.append("on bottom of your library (last chosen will be on bottom)");
|
||||
sb.append("on bottom of your library (last chosen will be mostbottom)");
|
||||
}
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue