Commit 1e871d57 authored by nanahira's avatar nanahira

fix

parent 4101773a
......@@ -59,7 +59,7 @@ namespace WindBot.Game.AI.Decks
AddExecutor(ExecutorType.Activate, CardId.MaxxC, DefaultMaxxC);
AddExecutor(ExecutorType.Activate, CardId.HarpiesFeatherDuster);
AddExecutor(ExecutorType.Activate, CardId.PotofGreed);
AddExecutor(ExecutorType.Activate, _CardId.PotOfGreed);
AddExecutor(ExecutorType.Activate, CardId.DragunofRedEyes, DragunofRedEyesDestroy);
AddExecutor(ExecutorType.Activate, CardId.ThousandEyesRestrict, ThousandEyesRestrictEffect);
......
......@@ -99,7 +99,7 @@ namespace WindBot.Game.AI.Decks
AddExecutor(ExecutorType.Activate, CardId.HarpieFeatherDuster, DefaultHarpiesFeatherDusterFirst);
AddExecutor(ExecutorType.Activate, CardId.CosmicCyclone, DefaultMysticalSpaceTyphoon);
AddExecutor(ExecutorType.Activate, CardId.Raigeki, DefaultRaigeki);
AddExecutor(ExecutorType.Activate, CardId.PotofGreed);
AddExecutor(ExecutorType.Activate, _CardId.PotOfGreed);
AddExecutor(ExecutorType.Activate, CardId.PotOfDesires, PotOfDesireseff);
//sp
AddExecutor(ExecutorType.Activate, CardId.Linkuriboh, Linkuriboheff);
......
......@@ -79,7 +79,7 @@ namespace WindBot.Game.AI.Decks
: base(ai, duel)
{
// do first
AddExecutor(ExecutorType.Activate, CardId.PotofGreed);
AddExecutor(ExecutorType.Activate, _CardId.PotOfGreed);
AddExecutor(ExecutorType.Activate, CardId.PotofExtravagance, PotofExtravaganceActivate);
AddExecutor(ExecutorType.SpellSet, SpellSetForFiveRainbow);
......
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