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
alstroemeria-silentlove
windbot
Commits
0419383b
Commit
0419383b
authored
Oct 23, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c51a0e37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Dialogs/cirno.zh-CN.json
Dialogs/cirno.zh-CN.json
+1
-1
Game/AI/Decks/BlueEyesExecutor.cs
Game/AI/Decks/BlueEyesExecutor.cs
+1
-1
No files found.
Dialogs/cirno.zh-CN.json
View file @
0419383b
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
"activate"
:
[
"activate"
:
[
"我发动{0}。"
,
"我发动{0}。"
,
"我使用{0}的效果。"
,
"我使用{0}的效果。"
,
"我的{0}是最强的!
。
"
"我的{0}是最强的!"
],
],
"summon"
:
[
"summon"
:
[
"我召唤{0}。"
,
"我召唤{0}。"
,
...
...
Game/AI/Decks/BlueEyesExecutor.cs
View file @
0419383b
...
@@ -736,7 +736,7 @@ namespace MycardBot.Game.AI.Decks
...
@@ -736,7 +736,7 @@ namespace MycardBot.Game.AI.Decks
private
bool
银河眼光波龙超量召唤
()
private
bool
银河眼光波龙超量召唤
()
{
{
Logger
.
DebugWriteLine
(
"银河眼光波龙超量召唤."
);
Logger
.
DebugWriteLine
(
"银河眼光波龙超量召唤."
);
if
(
Duel
.
Turn
==
1
)
if
(
Duel
.
Turn
==
1
||
已发动灵魂补充
)
{
{
Logger
.
DebugWriteLine
(
"先攻不叠银河眼,叠银河巨神."
);
Logger
.
DebugWriteLine
(
"先攻不叠银河眼,叠银河巨神."
);
return
false
;
return
false
;
...
...
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