Manage wounds
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user