Commit f3471c35 authored by mercury233's avatar mercury233

fix

parent 79206c87
......@@ -164,6 +164,8 @@ namespace WindBot.Game.AI.Decks
public override bool OnSelectYesNo(int desc)
{
// 镰贰太刀能不直击就不直击
if (Card == null)
return true;
Logger.DebugWriteLine(Card.Name);
if (Card.Id == (int)CardId.妖仙兽镰贰太刀)
return Card.ShouldDirectAttack;
......
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