Improved with tertiary

This commit is contained in:
WBHarry 2025-07-10 13:14:24 +02:00
parent 301a040da2
commit dfa3ee6b51
2 changed files with 6 additions and 8 deletions

View file

@ -143,6 +143,6 @@ export default class DualityRoll extends D20Roll {
label: roll.totalLabel
};
setDiceSoNiceForDualityRoll(roll, config.roll.advantage);
setDiceSoNiceForDualityRoll(roll, config.roll.advantage.type);
}
}