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:
2020-11-24 18:54:13 +01:00
parent f77a0bf20b
commit e82eaa2ad7
4 changed files with 136 additions and 12 deletions

View File

@ -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) => {