forked from External/mage
subtypes part 2
This commit is contained in:
parent
c44c301f5b
commit
19db21c672
651 changed files with 1538 additions and 1255 deletions
|
|
@ -83,7 +83,7 @@ public class FetchLandActivatedAbility extends ActivatedAbilityImpl {
|
|||
private String subTypeNames(Set<SubType> subTypes) {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
for (SubType subType: subTypes) {
|
||||
sb.append(subType).append(" or ");
|
||||
sb.append(subType.getDescription()).append(" or ");
|
||||
}
|
||||
return sb.substring(0, sb.length() - 4);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue