sIKE23 / Mage-Wars

Mage Wars for OCTGN
7 stars 5 forks source link

Targeting a Vine Marker with an Arrow from a Creature is bugged #359

Open sIKE23 opened 8 years ago

sIKE23 commented 8 years ago

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.

sIKE23 commented 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 ....

sIKE23 commented 8 years ago

Yes that was the issue.....

ACG8 commented 8 years ago

So problem solved?

sIKE23 commented 8 years ago

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