javalent / dice-roller

Inline dice rolling for Obsidian.md
268 stars 28 forks source link

fixed average #259

Closed Girsi closed 10 months ago

Girsi commented 10 months ago

Pull Request Description

Fix average display

Changes Proposed

Make the actual calculation of the average when it should be displayed. Otherwise, the average values of the individual dice are shown in the tooltip, but the displayed overall result is that of a random roll.

Related Issues

Fixes part of #204

BEGIN_COMMIT_OVERRIDE fix: Fixes average calculation END_COMMIT_OVERRIDE