Commit ef48c090 authored by wind2009's avatar wind2009

修复EVENT5对话时机

parent 389de559
Pipeline #25417 passed with stage
in 1 minute and 50 seconds
...@@ -1325,7 +1325,7 @@ namespace WindBot.Game.AI ...@@ -1325,7 +1325,7 @@ namespace WindBot.Game.AI
sendEventMsg2 = true; 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); AI.SendCustomChat((int)CustomMessage.MSG_FOR_EVENT_5);
sendEventMsg5 = true; 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