forked from public/foundryvtt-reve-de-dragon
		
	#52 Gestion astrologie
This commit is contained in:
		| @@ -1778,15 +1778,11 @@ export class RdDActor extends Actor { | |||||||
|   { |   { | ||||||
|     let armeItem = this.getOwnedItem(armeId); // Item.data.data ! |     let armeItem = this.getOwnedItem(armeId); // Item.data.data ! | ||||||
|     console.log("Going to PARY !!!!!!!!!", armeItem, attackerRoll.diffLibre);     |     console.log("Going to PARY !!!!!!!!!", armeItem, attackerRoll.diffLibre);     | ||||||
| <<<<<<< HEAD |  | ||||||
|     if (armeItem.type == 'competencecreature') { |     if (armeItem.type == 'competencecreature') { | ||||||
|       this.rollCompetence(  armeItem.name, armeItem.data, attackerRoll, attacker); |       this.rollCompetenceCombat(  armeItem.name, armeItem.data, attackerRoll, attacker); | ||||||
|     }  else { |     }  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(); |         this.rebuildListeNombreAstral(); | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|     console.log(this.calendrier, this.calendrierPos); |     console.log(this.calendrier, this.calendrierPos, this.listeNombreAstral); | ||||||
|   } |   } | ||||||
|    |    | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user