Do a bit of cleanup

This commit is contained in:
Johannes Loher 2021-07-01 02:56:09 +02:00
parent 2161a8e92a
commit f26d75b56f
7 changed files with 34 additions and 34 deletions

View file

@ -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 {