fix Zaubern EW display in spell
Changes: + fix Zaubern EW display in spell list
This commit is contained in:
@@ -110,7 +110,7 @@ export class M5Item extends Item {
|
||||
if (actor) {
|
||||
const actorCalc = character.derivedData({ weapons: true, defensiveWeapons: true, armor: true, items: true, spells: true });
|
||||
if (actorCalc) {
|
||||
calc.ew += actorCalc.stats.spellCasting.value;
|
||||
calc.ew = actorCalc.stats.spellCasting.value;
|
||||
}
|
||||
}
|
||||
} else if (itemType === "item") {
|
||||
|
||||
Reference in New Issue
Block a user