text fixes

This commit is contained in:
xenohedron 2024-04-11 00:18:43 -04:00
parent 51b1ab4cb6
commit 8bf75ed000
15 changed files with 41 additions and 33 deletions

View file

@ -990,6 +990,7 @@ public final class CardUtil {
|| text.startsWith("another ")
|| text.startsWith("any ")
|| text.startsWith("{this} ")
|| text.startsWith("your ")
|| text.startsWith("one ")) {
return text;
}