forked from public/foundryvtt-reve-de-dragon
Dormir Chateau dormant
Gestion de l'heure de chateau dormant. inclus * récupération blessures * récupération vie * conversion de stress * descente vers seuil de rêve
This commit is contained in:
@ -250,7 +250,10 @@ export class RdDActorSheet extends ActorSheet {
|
||||
|
||||
html.find('.dormir-une-heure').click((event) => {
|
||||
this.actor.dormir(1);
|
||||
} );
|
||||
});
|
||||
html.find('.dormir-chateau-dormant').click((event) => {
|
||||
this.actor.dormirChateauDormant();
|
||||
});
|
||||
|
||||
// Display info about queue
|
||||
html.find('.queuesouffle-label a').click((event) => {
|
||||
|
Reference in New Issue
Block a user