forked from GitHub-Mirrors/foundry-sw5e
Merge branch 'Develop' into cbnathanael
This commit is contained in:
commit
88b4e6dfc9
25 changed files with 1056 additions and 1041 deletions
|
@ -285,7 +285,7 @@ export default class ActorSheet5eCharacter extends ActorSheet5e {
|
|||
if ( !hasClass || addLevel ) {
|
||||
const features = await Actor5e.getClassFeatures({
|
||||
className: itemData.name,
|
||||
subclassName: itemData.data.subclass,
|
||||
archetypeName: itemData.data.archetype,
|
||||
level: itemData.levels,
|
||||
priorLevel: priorLevel
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue