Commit 0419383b authored by mercury233's avatar mercury233

fix

parent c51a0e37
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"activate": [ "activate": [
"我发动{0}。", "我发动{0}。",
"我使用{0}的效果。", "我使用{0}的效果。",
"我的{0}是最强的!" "我的{0}是最强的!"
], ],
"summon": [ "summon": [
"我召唤{0}。", "我召唤{0}。",
......
...@@ -736,7 +736,7 @@ namespace MycardBot.Game.AI.Decks ...@@ -736,7 +736,7 @@ namespace MycardBot.Game.AI.Decks
private bool 银河眼光波龙超量召唤() private bool 银河眼光波龙超量召唤()
{ {
Logger.DebugWriteLine("银河眼光波龙超量召唤."); Logger.DebugWriteLine("银河眼光波龙超量召唤.");
if (Duel.Turn == 1) if (Duel.Turn == 1 || 已发动灵魂补充)
{ {
Logger.DebugWriteLine("先攻不叠银河眼,叠银河巨神."); Logger.DebugWriteLine("先攻不叠银河眼,叠银河巨神.");
return false; return false;
......
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