Merge pull request #3380 from ApamNapat/make_charisma_spelling_consistent

Charisma is now spelled consistently with other mults
This commit is contained in:
hydroflame 2022-04-11 13:21:01 -04:00 committed by GitHub
commit eecc96c3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -133,7 +133,7 @@ function generateStatsDescription(mults: IMap<number>, programs?: string[], star
desc = ( desc = (
<> <>
{desc} {desc}
<br />+{f(mults.charisma_mult - 1)} Charisma skill <br />+{f(mults.charisma_mult - 1)} charisma skill
</> </>
); );
} }