Commit 200cfe13 authored by wind2009's avatar wind2009 Committed by GitHub

Update TrickstarExecutor.cs

Glow-Up Bulb always summon before other tuner
parent 7c1d538c
...@@ -122,9 +122,9 @@ namespace WindBot.Game.AI.Decks ...@@ -122,9 +122,9 @@ namespace WindBot.Game.AI.Decks
// normal // normal
AddExecutor(ExecutorType.SpSummon, CardId.Eater, Eater_ss); AddExecutor(ExecutorType.SpSummon, CardId.Eater, Eater_ss);
AddExecutor(ExecutorType.Summon, CardId.Tuner, Tuner_ns);
AddExecutor(ExecutorType.Summon, CardId.Urara,Tuner_ns); AddExecutor(ExecutorType.Summon, CardId.Urara,Tuner_ns);
AddExecutor(ExecutorType.Summon, CardId.Ghost, Tuner_ns); AddExecutor(ExecutorType.Summon, CardId.Ghost, Tuner_ns);
AddExecutor(ExecutorType.Summon, CardId.Tuner, Tuner_ns);
AddExecutor(ExecutorType.Activate, CardId.Pot, Pot_Act); AddExecutor(ExecutorType.Activate, CardId.Pot, Pot_Act);
AddExecutor(ExecutorType.Repos, MonsterRepos); AddExecutor(ExecutorType.Repos, MonsterRepos);
AddExecutor(ExecutorType.SummonOrSet, CardId.Red); AddExecutor(ExecutorType.SummonOrSet, CardId.Red);
......
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