Skip to content

Commit

Permalink
Fixed DSN integration
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickBauer committed Mar 17, 2023
1 parent dee5a9f commit 1a8ad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/features/MagicSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class MagicSystem {
dice3d.addDicePreset(
{
type: "dm",
labels: ["−", " ", "+"],
labels: ["−", " ", "+", "−", " ", "+"],
values: { min: -1, max: 1 },
fontScale: 2,
system: "standard",
Expand Down

0 comments on commit 1a8ad49

Please sign in to comment.