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
神之吹息
windbot
Commits
9b18ffdc
Commit
9b18ffdc
authored
Jan 31, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update zoodiac deck
parent
876c0c0d
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
229 additions
and
20 deletions
+229
-20
Decks/AI_Zoodiac.ydk
Decks/AI_Zoodiac.ydk
+2
-2
Game/AI/Decks/ZoodiacExecutor.cs
Game/AI/Decks/ZoodiacExecutor.cs
+222
-18
Game/ClientCard.cs
Game/ClientCard.cs
+5
-0
No files found.
Decks/AI_Zoodiac.ydk
View file @
9b18ffdc
...
@@ -44,8 +44,7 @@
...
@@ -44,8 +44,7 @@
75286621
75286621
75286621
75286621
48791583
48791583
56832966
48791583
84013237
581014
581014
581014
581014
11510448
11510448
...
@@ -56,4 +55,5 @@
...
@@ -56,4 +55,5 @@
48905153
48905153
85115440
85115440
85115440
85115440
85115440
!side
!side
Game/AI/Decks/ZoodiacExecutor.cs
View file @
9b18ffdc
This diff is collapsed.
Click to expand it.
Game/ClientCard.cs
View file @
9b18ffdc
...
@@ -165,6 +165,11 @@ namespace WindBot.Game
...
@@ -165,6 +165,11 @@ namespace WindBot.Game
return
(
HasType
(
CardType
.
Fusion
)
||
HasType
(
CardType
.
Synchro
)
||
HasType
(
CardType
.
Xyz
));
return
(
HasType
(
CardType
.
Fusion
)
||
HasType
(
CardType
.
Synchro
)
||
HasType
(
CardType
.
Xyz
));
}
}
public
bool
IsFaceup
()
{
return
HasPosition
(
CardPosition
.
FaceUp
);
}
public
bool
IsFacedown
()
public
bool
IsFacedown
()
{
{
return
HasPosition
(
CardPosition
.
FaceDown
);
return
HasPosition
(
CardPosition
.
FaceDown
);
...
...
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