Commit 4f91bc03 authored by mercury233's avatar mercury233

always activate Santa Claws

parent ce5cb55c
......@@ -38,6 +38,8 @@ namespace WindBot.Game.AI
public const int CosmicCyclone = 8267140;
public const int ChickenGame = 67616300;
public const int SantaClaws = 46565218;
public const int CastelTheSkyblasterMusketeer = 82633039;
public const int CrystalWingSynchroDragon = 50954680;
public const int NumberS39UtopiaTheLightning = 56832966;
......@@ -87,6 +89,7 @@ namespace WindBot.Game.AI
: base(ai, duel)
{
AddExecutor(ExecutorType.Activate, _CardId.ChickenGame, DefaultChickenGame);
AddExecutor(ExecutorType.Activate, _CardId.SantaClaws);
}
/// <summary>
......
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