forked from public/foundryvtt-reve-de-dragon
Merge
This commit is contained in:
@ -167,7 +167,7 @@ export class RdDTMRDialog extends Dialog {
|
||||
|
||||
}
|
||||
/* -------------------------------------------- */
|
||||
checkQuitterTMR() {
|
||||
checkQuitterTMR() {
|
||||
if ( this.actor.data.data.reve.reve.value == 0) {
|
||||
ChateMessage.create( { content: "Vos Points de Rêve sont à 0 : vous quittez les Terres médianes !"} );
|
||||
this.close();
|
||||
@ -398,6 +398,7 @@ export class RdDTMRDialog extends Dialog {
|
||||
if (this.viewOnly) {
|
||||
return;
|
||||
}
|
||||
|
||||
let origEvent = event.data.originalEvent;
|
||||
let myself = event.target.tmrObject;
|
||||
|
||||
|
Reference in New Issue
Block a user