Switch to v11
This commit is contained in:
@@ -70,6 +70,11 @@ export class PegasusUtility {
|
||||
Handlebars.registerHelper('getDice', function (a) {
|
||||
return PegasusUtility.getDiceFromLevel(a)
|
||||
})
|
||||
Handlebars.registerHelper('getStatusConfig', function (a) {
|
||||
let key = a + "Status"
|
||||
console.log("TABE", key, game.system.pegasus.config[key] )
|
||||
return game.system.pegasus.config[key]
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
@@ -1282,9 +1287,9 @@ export class PegasusUtility {
|
||||
this.lastRoleEffectProcess = now
|
||||
console.log("=========================+> Searching/Processing roles effects")
|
||||
|
||||
await this.processTactician()
|
||||
/*NO MORE USED : await this.processTactician()*/
|
||||
await this.processEnhancer()
|
||||
await this.processAgitator()
|
||||
/*NO MORE USED : await this.processAgitator()*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user