This commit is contained in:
WBHarry 2025-07-16 01:06:01 +02:00
parent 76f8da93ca
commit b75c83b5fe

View file

@ -191,7 +191,7 @@ export const registerRollDiceHooks = () => {
if (config.roll.result.duality === -1) updates.push({ key: 'fear', value: 1 });
if (updates.length) {
const target = actor.system.partner ? actor.system.partner : actor;
const target = actor.system.partner ?? actor;
target.modifyResource(updates);
}