mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 21:42:07 -08:00
fixed some more text
This commit is contained in:
parent
b33bf171f8
commit
bcdaebf3ee
13 changed files with 52 additions and 152 deletions
|
|
@ -23,7 +23,6 @@ import java.util.Set;
|
|||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class FetchLandActivatedAbility extends ActivatedAbilityImpl {
|
||||
|
|
@ -55,7 +54,7 @@ public class FetchLandActivatedAbility extends ActivatedAbilityImpl {
|
|||
}
|
||||
|
||||
private String subTypeNames(Set<SubType> subTypes) {
|
||||
return subTypes.stream().map(SubType::getDescription).collect(Collectors.joining(" or "));
|
||||
return subTypes.stream().map(SubType::getDescription).collect(Collectors.joining(" or ")) + " card";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue