mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Refactor color restriction in edh...
This commit is contained in:
parent
faee8fb298
commit
4681232d18
1 changed files with 2 additions and 2 deletions
|
@ -333,9 +333,9 @@ public class TableController {
|
|||
}
|
||||
if (restrictedColor) {
|
||||
String message = new StringBuilder("Your deck contains ")
|
||||
.append(restrictedColor)
|
||||
.append(badColor)
|
||||
.append(". The creator of the table has requested no ")
|
||||
.append(restrictedColor)
|
||||
.append(badColor)
|
||||
.append(" cards to be on the table!").toString();
|
||||
user.showUserMessage("Join Table", message);
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue