mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Added back evasion property setting (#339)
This commit is contained in:
parent
a768b1dfdb
commit
6b6f4e61d6
1 changed files with 2 additions and 0 deletions
|
|
@ -323,6 +323,8 @@ export default class DhCharacter extends BaseDataActor {
|
|||
}
|
||||
|
||||
prepareBaseData() {
|
||||
this.evasion = this.class.value?.system?.evasion ?? 0;
|
||||
|
||||
const currentLevel = this.levelData.level.current;
|
||||
const currentTier =
|
||||
currentLevel === 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue