Open sIKE23 opened 8 years ago
I think it is in onCardArrowTargeted
I think it is this line:
if getSetting("DeclareAttackWithArrow",True) and getSetting('BattleCalculator',True) and canDeclareAttack(attacker) and (defender.type in ['Creature','Conjuration']):
I am going to change defender.type ....
Yes that was the issue.....
So problem solved?
Yes On Apr 28, 2016 6:28 PM, "Ananda" notifications@github.com wrote:
So problem solved?
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/sIKE23/Mage-Wars/issues/359#issuecomment-215591996
When you draw the arrow for say a Bitterwood Fox to Vine Marker to initiate an attack, it instead triggers the castSpell() to trigger and recast the attacking spell.