Add consequenes to actor sheet

This commit is contained in:
2021-01-31 17:39:37 +01:00
parent 1d2f438235
commit 147ab741de
3 changed files with 41 additions and 3 deletions

View File

@ -68,11 +68,20 @@ export class SoSActor extends Actor {
return edgesCard;
}
/* -------------------------------------------- */
resetDeck( ) {
resetDeckFull( ) {
this.cardDeck.shuffleDeck();
this.cardDeck.drawEdge( this.data.data.scores.edge.value );
this.saveDeck();
}
/* -------------------------------------------- */
drawNewEdge( ) {
this.cardDeck.drawEdge( 1 );
this.saveDeck();
}
/* -------------------------------------------- */
resetDeck() {
}
/* -------------------------------------------- */
saveDeck( ) {