forked from GitHub-Mirrors/foundry-sw5e
Change subclass references to archetype references
converting DND subclass to SW archetype
This commit is contained in:
parent
3fae34cc43
commit
e6a0cc8066
8 changed files with 33 additions and 33 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