12.0.2 - Les pluies d'Astrobazzarh #703
@ -36,8 +36,8 @@ export class DeTMR extends Die {
|
|||||||
super(termData);
|
super(termData);
|
||||||
}
|
}
|
||||||
|
|
||||||
async evaluate() {
|
async evaluate(options) {
|
||||||
super.evaluate();
|
await super.evaluate(options);
|
||||||
this.explode("x=8");
|
this.explode("x=8");
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
@ -73,8 +73,8 @@ export class DeDraconique extends Die {
|
|||||||
super(termData);
|
super(termData);
|
||||||
}
|
}
|
||||||
|
|
||||||
async evaluate() {
|
async evaluate(options) {
|
||||||
super.evaluate();
|
await super.evaluate(options);
|
||||||
this.explode("x=7");
|
this.explode("x=7");
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user