In a previous PR the format to represent dice and symbols changed on the DicePrompt class. However, some of the values are forwarded to the GenesysRoller class which doesn't have these changes. Since I plan to heavily (potentially) refactor said class down the line I'm just converting the object we pass to it instead of changing how the class interprets it.
Additionally, this was also was breaking the calculations for chance to succeed for both methods so I fixed those as well.
In a previous PR the format to represent dice and symbols changed on the
DicePrompt
class. However, some of the values are forwarded to theGenesysRoller
class which doesn't have these changes. Since I plan to heavily (potentially) refactor said class down the line I'm just converting the object we pass to it instead of changing how the class interprets it.Additionally, this was also was breaking the calculations for chance to succeed for both methods so I fixed those as well.