onecrayon / api.ashes.live

Backend API for a fan-developed deckbuilder and community website for the card game Ashes Reborn
ISC License
13 stars 3 forks source link

Updated dice flag handling to restrict to only the dice types selected #50

Closed onecrayon closed 3 years ago

onecrayon commented 3 years ago

Previously, it was returning anything that included any of the dice types, which was way too broad. Now it's much more restrictive, but still includes any combination of the passed types.

Closes #49.