forked from public/foundryvtt-reve-de-dragon
Sync
This commit is contained in:
@ -1572,7 +1572,7 @@ export class RdDActor extends Actor {
|
||||
/* -------------------------------------------- */
|
||||
async ajouteNombreAstral( data ) {
|
||||
// Gestion expérience (si existante)
|
||||
this.appliquerExperience( request.rolled, "vue", "astrologie");
|
||||
this.appliquerExperience( data.rolled, "vue", "astrologie");
|
||||
|
||||
// Ajout du nombre astral
|
||||
const item = {name: "Nombre Astral", type: "nombreastral", data:
|
||||
|
Reference in New Issue
Block a user