demilich1 / metastone

Hearthstone simulator written in Java with full GUI support
GNU General Public License v2.0
132 stars 80 forks source link

jade idol shuffles only one copy into dec k #353

Open Muppet1 opened 7 years ago

Muppet1 commented 7 years ago

I fixed it in a bad way by just duplicating the line of code 3 times that doesn't quite work but I'm sure there is a better fix.

Not sure if the fandrel version has the same problem will add more if I find out.

Yes fandrel version is the same and can be fixed in the same way.

percy896 commented 7 years ago

I figured out the issue. When using ShuffleToDeckSpell, you need to use "howMany" instead of "value". If you change this, it works correctly.

This can be closed now.