mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-10-15 16:03:45 -04:00
Added Auto-Cards by LewdLeah.
This commit is contained in:
parent
226c82442b
commit
28327a9ceb
5 changed files with 5981 additions and 2 deletions
2
Input.js
2
Input.js
|
@ -318,6 +318,8 @@ const modifier = (text) => {
|
|||
|
||||
if (state.flavorText != null) text += state.flavorText
|
||||
|
||||
text = AutoCards("input", text);
|
||||
|
||||
return { text }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue