forked from External/mage
[SOK] Added 5 blue cards.
This commit is contained in:
parent
a3db429525
commit
2cea085420
10 changed files with 521 additions and 35 deletions
|
|
@ -221,6 +221,9 @@ public class LookLibraryControllerEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
public String setText(Mode mode, String middleText) {
|
||||
if (staticText != null && !staticText.isEmpty()) {
|
||||
return staticText;
|
||||
}
|
||||
int numberLook;
|
||||
try {
|
||||
numberLook = Integer.parseInt(numberOfCards.toString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue