mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-13 17:01:51 -04:00
Fixed the casing of spells. Resolves #3
This commit is contained in:
parent
bb8e75b47f
commit
de7d28cfa8
1 changed files with 1 additions and 1 deletions
2
Input.js
2
Input.js
|
@ -1406,7 +1406,7 @@ function doLearnSpell(command) {
|
|||
character.spells.push(arg0)
|
||||
addStoryCard(arg0, "", "spell")
|
||||
|
||||
return `\n${character.name} learned the spell ${arg0}.\n`
|
||||
return `\n${character.name} learned the spell ${toTitleCase(arg0)}.\n`
|
||||
}
|
||||
|
||||
function doForgetSpell(command) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue