Minor alteration to #setupenemy

This commit is contained in:
raeleus 2024-10-13 06:55:34 -07:00
parent 2d4a6ea262
commit f121e3fbd5

View file

@ -74,7 +74,7 @@ const modifier = (text) => {
hashtag += ` "${spell}"`
}
text += `${state.tempEnemy.name} has been created.\nType #initiative to start the battle.\nType the following hashtag to create another identical enemy like this:\n${hashtag}\n***********\n`
text += `${state.tempEnemy.name} has been created.\nType #initiative to start the battle.\nCopy and paste the following hashtag to create another identical enemy like this:\n${hashtag}\n***********\n`
break;
case null:
text += `[Enemy creation has been aborted!]\n`