mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Fixed Linguist applied to Basic fluency + literacy cost.
This commit is contained in:
@@ -18390,7 +18390,7 @@
|
||||
case "none": languageCP = literacyCP;
|
||||
break;
|
||||
|
||||
case "basic": languageCP = 1+literacyCP;
|
||||
case "basic": languageCP = Math.max(1+literacyCP-enhancerBonus, 1);
|
||||
break;
|
||||
|
||||
case "fluent": languageCP = 2+literacyCP-enhancerBonus;
|
||||
|
||||
Reference in New Issue
Block a user