Commit 79142fc9 authored by Tang Xinwei's avatar Tang Xinwei

Merge branch 'fapaiji' of https://code.mycard.moe/mycard/windbot into fapaiji

parents f4e4e548 b42fcf49
Pipeline #24178 passed with stage
in 30 seconds
...@@ -72,12 +72,12 @@ namespace WindBot.Game ...@@ -72,12 +72,12 @@ namespace WindBot.Game
reader.Close(); reader.Close();
if (deck.Cards.Count > 60) // if (deck.Cards.Count > 60)
return null; // return null;
if (deck.ExtraCards.Count > 15) // if (deck.ExtraCards.Count > 15)
return null; // return null;
if (deck.SideCards.Count > 15) // if (deck.SideCards.Count > 15)
return null; // return null;
return deck; return deck;
} }
......
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