v10 branch - Update manifest

This commit is contained in:
2022-07-13 08:11:00 +02:00
parent 73312c1957
commit 9551b2a050
28 changed files with 271 additions and 297 deletions

View File

@@ -15,7 +15,7 @@ export class SoSCombat extends Combat {
for( let combatant of this.combatants) {
this.setInitiative(combatant._id, -1 ); // Reset init
let uniq = randomID(16);
const name = combatant.actor ? combatant.actor.data.name : combatant.name;
const name = combatant.actor ? combatant.actor.name : combatant.name;
if ( combatant.players[0]) {
// A player controls this combatant -> message !
ChatMessage.create( { content: `New round ! Click on the button below to declare the actions of ${name} for round ${this.round} !<br>