mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 05:00:26 -04:00
Don't show AI output after #addenemy
This commit is contained in:
parent
a8d586cf06
commit
f989d68625
1 changed files with 1 additions and 0 deletions
1
Input.js
1
Input.js
|
@ -2451,6 +2451,7 @@ function doAddEnemy(command) {
|
|||
|
||||
state.enemies.push(enemy)
|
||||
|
||||
state.show = "none"
|
||||
return `[Enemy ${toTitleCase(enemy.name)} has been created]`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue