Manage wounds

This commit is contained in:
2021-02-16 22:04:59 +01:00
parent cfcc3b3201
commit fb0eb9dcc8
9 changed files with 137 additions and 27 deletions

View File

@ -59,6 +59,12 @@ export class SoSActor extends Actor {
}
this.controlScores();
}
/* -------------------------------------------- */
getDeckSize() {
return this.cardDeck.getDeckSize();
}
/* -------------------------------------------- */
getEdgesCard( ) {
let edgesCard = duplicate(this.cardDeck.data.cardEdge);