Manage wounds

This commit is contained in:
2021-02-16 21:14:13 +01:00
parent de4bdb2403
commit cfcc3b3201
8 changed files with 119 additions and 34 deletions

View File

@ -157,7 +157,7 @@ export class SoSCombat extends Combat {
}
if ( actionsDone ) {
this.actionsRequested = false;
ChatMessage.create( { content: `Action declaration phase has been completed ! Now proceeding with actions.`,
ChatMessage.create( { content: `Action declaration has been completed ! Now proceeding with actions.`,
whisper: [ ChatMessage.getWhisperRecipients("GM") ] } );
this.phaseNumber = 3;
this.nextTurn();