I submitted a misplay report about it, but I'm trying to force it to attack via config file. I have:
{
"GameCardId":"UNG_928",
"ConfigComment":"Tar Creeper : Taunt Has +2 Attack during your opponent's turn.",
"BeforePhysicalAttackBonus":
{
"values":
[
{
"condition":"opp_minions(count(), taunt=true)==0",
"value":"100",
},
],
},
}
I know it only has 1 attack on my turn, but can I force this thing to help clear, or at least attack face if it has a clear path? Thanks.