Add ability to role
This commit is contained in:
@ -279,6 +279,9 @@ export class PegasusUtility {
|
||||
/* -------------------------------------------- */
|
||||
static getDiceValue(level = 0) {
|
||||
let diceString = this.diceList[level]
|
||||
if ( !diceString) {
|
||||
console.log("Level error", level)
|
||||
}
|
||||
let diceTab = diceString.split(" ")
|
||||
let diceValue = 0
|
||||
for (let dice of diceTab) {
|
||||
|
Reference in New Issue
Block a user