forked from public/foundryvtt-reve-de-dragon
Fix: encaissement joueur à valider par MJ
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user