Visibilité des jets /rdd
This commit is contained in:
@@ -147,8 +147,6 @@ export class RdDBaseActor extends Actor {
|
||||
return this.name
|
||||
}
|
||||
|
||||
isPersonnageJoueur() { return false }
|
||||
|
||||
getCarac() {
|
||||
return foundry.utils.duplicate(this.system.carac)
|
||||
}
|
||||
@@ -267,6 +265,7 @@ export class RdDBaseActor extends Actor {
|
||||
return game.users.players.find(player => player.active && player.character?.id == this.id);
|
||||
}
|
||||
|
||||
isPersonnageJoueur() { return false }
|
||||
isCreatureOuEntite() { return this.isCreature() || this.isEntite() }
|
||||
isCreature() { return false }
|
||||
isEntite() { return false }
|
||||
@@ -899,7 +898,8 @@ export class RdDBaseActor extends Actor {
|
||||
actionImpossible(action) {
|
||||
ui.notifications.info(`${this.getAlias()} ne peut pas faire cette action: ${action}`)
|
||||
}
|
||||
|
||||
async doRollCaracCompetence(caracName, compName, diff, options = { title: "" }) {
|
||||
}
|
||||
ajoutExperience(rollData) { }
|
||||
isAlcoolise() { return false }
|
||||
async jetEthylisme() { this.actionImpossible("jet d'éthylisme") }
|
||||
|
||||
Reference in New Issue
Block a user