mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-06 05:30:28 -04:00
Minor alteration to #setupenemy
This commit is contained in:
parent
2d4a6ea262
commit
f121e3fbd5
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue