Working on Skills and some fixes
- Added Skills to character sheet - Added migration to old skills - Added icon on skills - Added actor.isNpc - Money out of system
This commit is contained in:
@@ -98,7 +98,7 @@ export class CharacterGeneratorDialog extends FormApplication {
|
||||
}));
|
||||
return {
|
||||
...(await super.getData(options)),
|
||||
isNpc: this.actor.type === "npc",
|
||||
isNpc: this.actor.isNpc,
|
||||
clanList: [{ id: "random", label: game.i18n.localize("l5r5e.global.random") }, ...clans],
|
||||
genderList: [
|
||||
{ id: "random", label: game.i18n.localize("l5r5e.global.random") },
|
||||
|
||||
Reference in New Issue
Block a user