mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Remove debug message
This commit is contained in:
parent
1058b152c2
commit
e0501d077f
1 changed files with 0 additions and 4 deletions
|
|
@ -118,10 +118,6 @@ export default class DualityRoll extends D20Roll {
|
|||
|
||||
/** @inheritDoc */
|
||||
static fromData(data) {
|
||||
if (data.options.guaranteedCritical) {
|
||||
console.log('TODO: set the max values for Hope and Fear here?');
|
||||
}
|
||||
|
||||
data.terms[0].class = foundry.dice.terms.Die.name;
|
||||
data.terms[2].class = foundry.dice.terms.Die.name;
|
||||
return super.fromData(data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue