Manage wounds
This commit is contained in:
@ -59,6 +59,12 @@ export class SoSActor extends Actor {
|
||||
}
|
||||
this.controlScores();
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
getDeckSize() {
|
||||
return this.cardDeck.getDeckSize();
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
getEdgesCard( ) {
|
||||
let edgesCard = duplicate(this.cardDeck.data.cardEdge);
|
||||
|
Reference in New Issue
Block a user