forked from External/mage
[AFR] Implemented Treasure Chest
This commit is contained in:
parent
841aac30a8
commit
4b8a419d28
3 changed files with 109 additions and 0 deletions
|
|
@ -923,6 +923,10 @@ public final class CardUtil {
|
|||
return vowels.contains(text.substring(0, 1)) ? "an " + text : "a " + text;
|
||||
}
|
||||
|
||||
public static String italicizeWithEmDash(String text) {
|
||||
return "<i>" + text + "</i> — ";
|
||||
}
|
||||
|
||||
public static Set<UUID> getAllSelectedTargets(Ability ability, Game game) {
|
||||
return ability.getModes().getSelectedModes()
|
||||
.stream()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue