Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
W
windbot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
windbot
Commits
bd793917
Commit
bd793917
authored
Apr 03, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into doom-pot
parents
6b92a4c5
2aec52ca
Pipeline
#2859
passed with stage
in 1 minute and 24 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BotWrapper/bot.conf
BotWrapper/bot.conf
+2
-2
Game/GameBehavior.cs
Game/GameBehavior.cs
+1
-1
No files found.
BotWrapper/bot.conf
View file @
bd793917
...
...
@@ -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
Game/GameBehavior.cs
View file @
bd793917
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment