Commit 6bd0900f authored by mercury233's avatar mercury233

atk 0 monster attacks directly too

parent e029b58d
...@@ -198,8 +198,7 @@ namespace WindBot.Game ...@@ -198,8 +198,7 @@ namespace WindBot.Game
for (int i = attackers.Count - 1; i >= 0; --i) for (int i = attackers.Count - 1; i >= 0; --i)
{ {
ClientCard attacker = attackers[i]; ClientCard attacker = attackers[i];
if (attacker.Attack > 0) Attack(attacker, null);
return Attack(attacker, null);
} }
} }
else 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