From 29c159326371096657bc6c2fe80f7c7295fcd86a Mon Sep 17 00:00:00 2001 From: BB Date: Sat, 9 Apr 2022 01:45:38 +0200 Subject: [PATCH] Charisma is now spelled consistently with other mults --- src/Augmentation/Augmentation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Augmentation/Augmentation.tsx b/src/Augmentation/Augmentation.tsx index 1efe30056..229309efc 100644 --- a/src/Augmentation/Augmentation.tsx +++ b/src/Augmentation/Augmentation.tsx @@ -133,7 +133,7 @@ function generateStatsDescription(mults: IMap, programs?: string[], star desc = ( <> {desc} -
+{f(mults.charisma_mult - 1)} Charisma skill +
+{f(mults.charisma_mult - 1)} charisma skill ); }