demilich1 / metastone

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

Weapon battlecries are incorrectly triggered when weapon is not played from the hand #281

Closed doctorpangloss closed 7 years ago

doctorpangloss commented 7 years ago

Battlecries for weapons should only be triggered by PlayWeaponCard and not the other spells. The patch is straightforward, it will take me a bit of time to back port to you.

webadict commented 7 years ago

Got it fixed. Will push.