In custom dice roll window modifiers are not correctly sorted #34

Open
opened 2025-01-27 14:03:54 +01:00 by Rorshach · 0 comments

Modifiers are not correctly sorted. Modifier reads :

  • -10
  • -20
  • -40
  • +0
  • +10
  • +20
  • +40

instead of :

  • -40
  • -20
  • -10
  • +0
  • +10
  • +20
  • +40
Modifiers are not correctly sorted. Modifier reads : - -10 - -20 - -40 - +0 - +10 - +20 - +40 instead of : - -40 - -20 - -10 - +0 - +10 - +20 - +40
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: public/fvtt-cthulhu-eternal#34
No description provided.