mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Hide CharacterSetup if any part is done manually
This commit is contained in:
parent
d9a0decbda
commit
39eb3dce69
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ export default class DhCharacter extends BaseDataActor {
|
|||
}
|
||||
|
||||
get needsCharacterSetup() {
|
||||
return !this.class.value || !this.class.subclass;
|
||||
return !(this.class.value || this.class.subclass || this.ancestry || this.community);
|
||||
}
|
||||
|
||||
get spellcastModifier() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue