#52 Gestion astrologie
This commit is contained in:
parent
3e7ec8d51a
commit
1c2b2ece78
@ -1778,15 +1778,11 @@ export class RdDActor extends Actor {
|
||||
{
|
||||
let armeItem = this.getOwnedItem(armeId); // Item.data.data !
|
||||
console.log("Going to PARY !!!!!!!!!", armeItem, attackerRoll.diffLibre);
|
||||
<<<<<<< HEAD
|
||||
if (armeItem.type == 'competencecreature') {
|
||||
this.rollCompetence( armeItem.name, armeItem.data, attackerRoll, attacker);
|
||||
this.rollCompetenceCombat( armeItem.name, armeItem.data, attackerRoll, attacker);
|
||||
} else {
|
||||
this.rollCompetence( armeItem.data.data.competence, armeItem.data, attackerRoll, attacker);
|
||||
this.rollCompetenceCombat( armeItem.data.data.competence, armeItem.data, attackerRoll, attacker);
|
||||
}
|
||||
=======
|
||||
this.rollCompetenceCombat( armeItem.data.data.competence, armeItem.data, attackerRoll, attacker);
|
||||
>>>>>>> e2644f1 (Séparation compétences/combat)
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
@ -58,7 +58,7 @@ export class RdDCalendrier extends Application {
|
||||
this.rebuildListeNombreAstral();
|
||||
}
|
||||
}
|
||||
console.log(this.calendrier, this.calendrierPos);
|
||||
console.log(this.calendrier, this.calendrierPos, this.listeNombreAstral);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user