Add consequenes to actor sheet
This commit is contained in:
@ -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( ) {
|
||||
|
Reference in New Issue
Block a user