Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
YGOProUnity_V2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
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
MyCard
YGOProUnity_V2
Commits
8d23a47c
Commit
8d23a47c
authored
Jun 02, 2024
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skip HINTMSG_FIELD_FIRST
parent
6cfab698
Pipeline
#27438
passed with stage
in 14 minutes and 17 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
Assets/SibylSystem/Ocgcore/Ocgcore.cs
Assets/SibylSystem/Ocgcore/Ocgcore.cs
+11
-1
No files found.
Assets/SibylSystem/Ocgcore/Ocgcore.cs
View file @
8d23a47c
...
...
@@ -102,6 +102,8 @@ public class Ocgcore : ServantWithCardDescription
private string ES_selectUnselectHint = "";
private bool ES_selectCardFromFieldFirstFlag = false;
private int ES_sortSum;
private string ES_turnString = "";
...
...
@@ -2554,6 +2556,7 @@ public class Ocgcore : ServantWithCardDescription
data = (data >> 16) | (data << 16);
RMSshow_none(InterString.Get("区域选择:[?]", GameStringHelper.zone(data)));
}
ES_selectCardFromFieldFirstFlag = (type == 3 && data == 575);
break;
case GameMessage.MissedEffect:
...
...
@@ -3024,7 +3027,14 @@ public class Ocgcore : ServantWithCardDescription
allCardsInSelectMessage.Add(card);
}
}
if(ES_selectCardFromFieldFirstFlag && cancalable)
{
ES_selectCardFromFieldFirstFlag = false;
binaryMaster = new BinaryMaster();
binaryMaster.writer.Write(-1);
sendReturn(binaryMaster.get());
break;
}
if (cancalable)
gameInfo.addHashedButton("cancleSelected", -1, superButtonType.no, InterString.Get("取消选择@ui"));
realizeCardsForSelect();
...
...
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