forked from public/foundryvtt-reve-de-dragon
Nombre de tentatives pour une tâche
This commit is contained in:
@ -2574,6 +2574,7 @@ export class RdDActor extends Actor {
|
||||
rollData.appliquerFatigue = ReglesOptionelles.isUsing("appliquer-fatigue");
|
||||
rollData.tache = duplicate(rollData.tache);
|
||||
rollData.tache.data.points_de_tache_courant += rollData.rolled.ptTache;
|
||||
rollData.tache.data.tentatives++;
|
||||
if (rollData.rolled.isETotal) {
|
||||
rollData.tache.data.difficulte--;
|
||||
}
|
||||
|
Reference in New Issue
Block a user