Commit bd793917 authored by nanahira's avatar nanahira

Merge branch 'master' into doom-pot

parents 6b92a4c5 2aec52ca
Pipeline #2859 passed with stage
in 1 minute and 24 seconds
......@@ -220,11 +220,11 @@ Name=玻璃女巫 Deck=Witchcraft Dialog=verre.zh-CN
AI_LV3 SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE SUPPORT_MASTER_RULE_2020
!源千雪-凭依装着
Name=源千雪 Deck=FamiliarPossessed Dialog=default.zh-CN
Name=源千雪 Deck=FamiliarPossessed Dialog=default
凭依装着卡组。
AI_ANTI_META SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE SUPPORT_MASTER_RULE_2020
!璃璃子-时劫者
Name=璃璃子 Deck=TimeThief Dialog=default.zh-CN
Name=璃璃子 Deck=TimeThief Dialog=default
时间潜行者卡组。
AI_LV2 SUPPORT_MASTER_RULE_3 SUPPORT_NEW_MASTER_RULE SUPPORT_MASTER_RULE_2020
......@@ -353,7 +353,7 @@ namespace WindBot.Game
if (card != null)
_ai.OnDeckError(card.Name);
else
_ai.OnDeckError("Unknown Card");
_ai.OnDeckError(code.ToString());
}
else
_ai.OnDeckError("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