Fix dé draconique 0.8
This commit is contained in:
parent
fb490f8ac8
commit
3fe8e834c8
@ -15,8 +15,7 @@ export class DeDraconique extends Roll{
|
||||
evaluate() {
|
||||
super.evaluate();
|
||||
const rerolls = Math.ceil(this.total / 8);
|
||||
this.terms[this.terms.length - 1] = rerolls;
|
||||
this.results[this.results.length - 1] = rerolls;
|
||||
this.terms[this.terms.length - 1].number = rerolls;
|
||||
this._total -= rerolls;
|
||||
return this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user