v10 branch - Update manifest
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user