Commit fae602cf authored by mercury233's avatar mercury233

fix ZexalWeapons don't change defense S39 back

parent c5d5b127
...@@ -271,7 +271,7 @@ namespace WindBot.Game.AI.Decks ...@@ -271,7 +271,7 @@ namespace WindBot.Game.AI.Decks
private bool MonsterRepos() private bool MonsterRepos()
{ {
if (Card.Id == CardId.NumberS39UtopiatheLightning) if (Card.Id == CardId.NumberS39UtopiatheLightning && Card.IsAttack())
return false; return false;
return base.DefaultMonsterRepos(); return base.DefaultMonsterRepos();
} }
......
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