Commit 6bd0900f authored by mercury233's avatar mercury233

atk 0 monster attacks directly too

parent e029b58d
......@@ -198,8 +198,7 @@ namespace WindBot.Game
for (int i = attackers.Count - 1; i >= 0; --i)
{
ClientCard attacker = attackers[i];
if (attacker.Attack > 0)
return Attack(attacker, null);
Attack(attacker, null);
}
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment