Fixed attribute base value calculation errors not being cleared if no new errors were made
This commit is contained in:
@@ -93,6 +93,7 @@ export default function computeStat(stat, memo){
|
|||||||
|
|
||||||
// Compute each active stat's baseValue calculation and apply it
|
// Compute each active stat's baseValue calculation and apply it
|
||||||
if (!statInstance.inactive) {
|
if (!statInstance.inactive) {
|
||||||
|
delete statInstance.baseValueErrors;
|
||||||
let {
|
let {
|
||||||
result,
|
result,
|
||||||
context,
|
context,
|
||||||
|
|||||||
Reference in New Issue
Block a user