forked from External/mage
a few more exile from graveyard fixes
This commit is contained in:
parent
4a99b7689f
commit
7b184a76fa
11 changed files with 20 additions and 18 deletions
|
|
@ -45,7 +45,7 @@ public class GetEmblemEffect extends OneShotEffect {
|
|||
|
||||
public String getText() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("You get an emblem with \"");
|
||||
sb.append("you get an emblem with \"");
|
||||
List<String> rules = emblem.getAbilities().getRules(null);
|
||||
if (rules.size() == 1) {
|
||||
for (String s : rules) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue