This commit is contained in:
@@ -32,6 +32,7 @@ export default class CelestopolCharacterSheet extends CelestopolActorSheet {
|
||||
supprimerXpLog: CelestopolCharacterSheet.#onSupprimerXpLog,
|
||||
rollMoonDie: CelestopolCharacterSheet.#onRollMoonDie,
|
||||
manageFactionAspects: CelestopolCharacterSheet.#onManageFactionAspects,
|
||||
resetFactionAspects: CelestopolCharacterSheet.#onResetFactionAspects,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -245,6 +246,10 @@ export default class CelestopolCharacterSheet extends CelestopolActorSheet {
|
||||
await game.celestopol?.manageFactionAspects(this.document)
|
||||
}
|
||||
|
||||
static async #onResetFactionAspects() {
|
||||
await game.celestopol?.resetFactionAspects()
|
||||
}
|
||||
|
||||
/** Ouvre un dialogue pour dépenser de l'XP. */
|
||||
static async #onDepenseXp() {
|
||||
const actor = this.document
|
||||
|
||||
Reference in New Issue
Block a user