Don't show AI output after #addenemy

This commit is contained in:
raeleus 2024-10-26 17:19:45 -07:00
parent a8d586cf06
commit f989d68625

View file

@ -2451,6 +2451,7 @@ function doAddEnemy(command) {
state.enemies.push(enemy)
state.show = "none"
return `[Enemy ${toTitleCase(enemy.name)} has been created]`
}