Added Auto-Cards by LewdLeah.

This commit is contained in:
raeleus 2025-08-03 23:36:24 -07:00
parent 226c82442b
commit 28327a9ceb
5 changed files with 5981 additions and 2 deletions

View file

@ -318,6 +318,8 @@ const modifier = (text) => {
if (state.flavorText != null) text += state.flavorText
text = AutoCards("input", text);
return { text }
}