forked from public/foundryvtt-reve-de-dragon
#44 - Gestion sur encombrement corrigée
This commit is contained in:
@ -336,11 +336,11 @@ export class RdDActorSheet extends ActorSheet {
|
||||
this.render(true);
|
||||
});
|
||||
html.find('#ptreve-actuel-plus').click((event) => {
|
||||
this.actor.updatePointsDeReve(1);
|
||||
this.actor.reveActuelIncDec(1);
|
||||
this.render(true);
|
||||
});
|
||||
html.find('#ptreve-actuel-moins').click((event) => {
|
||||
this.actor.updatePointsDeReve(-1);
|
||||
this.actor.reveActuelIncDec(-1);
|
||||
this.render(true);
|
||||
});
|
||||
html.find('#fatigue-plus').click((event) => {
|
||||
|
Reference in New Issue
Block a user