Fixed attribute base value calculation errors not being cleared if no new errors were made

This commit is contained in:
Stefan Zermatten
2021-07-27 15:37:57 +02:00
parent 86d8fa4325
commit b607755f9f

View File

@@ -93,6 +93,7 @@ export default function computeStat(stat, memo){
// Compute each active stat's baseValue calculation and apply it
if (!statInstance.inactive) {
delete statInstance.baseValueErrors;
let {
result,
context,