cerloCasa / Easier-Scoring

2 stars 1 forks source link

Issues with Vanilla compatibility #2

Closed cerloCasa closed 2 months ago

cerloCasa commented 3 months ago

If you have Odd Todd (scored odd cards give +31 Chips) as your first Joker, and a Custom Joker (scored cards give X2 Mult) as the second Joker, the Custom Joker's ability still is calculated before Odd Todd's one

cerloCasa commented 3 months ago

As you can see in this example, the first Joker is Odd Todd (scored odd cards give +31 Chips), while the second one is a Custom Joker (scored cards give X4 Chips). The expected course of action based on the position of the jokers would be:

  1. +11 Chips for the Ace card;
  2. +31 Chips for the effect of Odd Todd;
  3. X4 Chips for the effect of Custom Joker

The actual result showed is 3, 1, 2.

Showcase of Bug