Fix: encaissement joueur à valider par MJ

This commit is contained in:
2023-11-12 21:03:41 +01:00
parent 306d7c2150
commit 511ee5f241
3 changed files with 8 additions and 7 deletions

View File

@ -427,7 +427,7 @@ export class RdDBaseActorReve extends RdDBaseActor {
RdDBaseActor.remoteActorCall({
tokenId: this.token?.id,
actorId: this.id,
method: 'appliquerEncaissement',
method: 'encaisserDommages',
args: [rollData, show, attackerId]
});
return;