forked from public/foundryvtt-reve-de-dragon
#151 : permission de supprimer une rencontre depuis la fiche de PJ
This commit is contained in:
@ -321,6 +321,8 @@ export class RdDTMRDialog extends Dialog {
|
||||
isMauvaise ? await TMRRencontres.getMauvaiseRencontre()
|
||||
: await TMRRencontres.getRencontreAleatoire(tmr.type);
|
||||
rencontre.coord = tmr.coord;
|
||||
rencontre.date = game.system.rdd.calendrier.getDateFromIndex();
|
||||
rencontre.heure = game.system.rdd.calendrier.getCurrentHeure();
|
||||
return rencontre;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user