forked from External/mage
updated Krark's Thumb, still doesn't work in multiples
This commit is contained in:
parent
57a362ae29
commit
c34f611279
5 changed files with 51 additions and 18 deletions
|
|
@ -354,6 +354,13 @@ public final class CardUtil {
|
|||
return message;
|
||||
}
|
||||
|
||||
public static String booleanToFlipName(boolean flip) {
|
||||
if (flip) {
|
||||
return "Heads";
|
||||
}
|
||||
return "Tails";
|
||||
}
|
||||
|
||||
public static boolean checkNumeric(String s) {
|
||||
return s.chars().allMatch(Character::isDigit);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue