Do a bit of cleanup
This commit is contained in:
parent
2161a8e92a
commit
f26d75b56f
7 changed files with 34 additions and 34 deletions
|
@ -49,12 +49,10 @@ class CheckFactory {
|
|||
// @ts-ignore
|
||||
const speaker = ChatMessage.getSpeaker();
|
||||
|
||||
const a = roll.toMessage(
|
||||
return roll.toMessage(
|
||||
{ speaker, flavor: this.options.flavor },
|
||||
{ rollMode: this.options.rollMode, create: true },
|
||||
);
|
||||
|
||||
return a;
|
||||
}
|
||||
|
||||
createCheckTargetNumberModifier(): string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue