Commit 825019b5 authored by Tang Xinwei's avatar Tang Xinwei

Merge branch 'fapaiji' of https://code.mycard.moe/mycard/windbot into fapaiji

parents e73d6178 ef48c090
Pipeline #25418 passed with stage
in 26 seconds
......@@ -24,7 +24,7 @@ namespace WindBot.Game.AI.Decks
AddExecutor(ExecutorType.SpSummon, ImFeelingUnlucky);
AddExecutor(ExecutorType.Activate, ImFeelingUnlucky);
AddExecutor(ExecutorType.SummonOrSet, ImFeelingLazy);
// AddExecutor(ExecutorType.SummonOrSet, ImFeelingLazy);
AddExecutor(ExecutorType.SpellSet, DefaultSpellSet);
AddExecutor(ExecutorType.Repos, DefaultMonsterRepos);
......
......@@ -1325,7 +1325,7 @@ namespace WindBot.Game.AI
sendEventMsg2 = true;
}
if (!sendEventMsg5 && event2TriggerIdList.Contains(cardId) && currentControler == 0 && Duel.Phase == DuelPhase.Standby)
if (!sendEventMsg5 && event5TriggerIdList.Contains(cardId) && currentControler == 0 && Duel.Phase == DuelPhase.Standby)
{
AI.SendCustomChat((int)CustomMessage.MSG_FOR_EVENT_5);
sendEventMsg5 = true;
......
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