Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro2
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
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
ygopro2
Commits
02f74781
Commit
02f74781
authored
Jun 02, 2024
by
mercury233
Committed by
nanahira
Jun 03, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skip HINTMSG_FIELD_FIRST
parent
fbdc897e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
Assets/SibylSystem/Ocgcore/Ocgcore.cs
Assets/SibylSystem/Ocgcore/Ocgcore.cs
+12
-0
No files found.
Assets/SibylSystem/Ocgcore/Ocgcore.cs
View file @
02f74781
...
@@ -16,6 +16,8 @@ public class Ocgcore : ServantWithCardDescription
...
@@ -16,6 +16,8 @@ public class Ocgcore : ServantWithCardDescription
public
Condition
condition
=
Condition
.
duel
;
public
Condition
condition
=
Condition
.
duel
;
private
bool
ES_selectCardFromFieldFirstFlag
=
false
;
public
gameInfo
gameInfo
;
public
gameInfo
gameInfo
;
public
GameObject
waitObject
;
public
GameObject
waitObject
;
...
@@ -2938,6 +2940,8 @@ public class Ocgcore : ServantWithCardDescription
...
@@ -2938,6 +2940,8 @@ public class Ocgcore : ServantWithCardDescription
data
=
(
data
>>
16
)
|
(
data
<<
16
);
data
=
(
data
>>
16
)
|
(
data
<<
16
);
RMSshow_none
(
InterString
.
Get
(
"区域选择:[?]"
,
GameStringHelper
.
zone
(
data
)));
RMSshow_none
(
InterString
.
Get
(
"区域选择:[?]"
,
GameStringHelper
.
zone
(
data
)));
}
}
ES_selectCardFromFieldFirstFlag
=
(
type
==
3
&&
data
==
575
);
break
;
break
;
case
GameMessage
.
MissedEffect
:
case
GameMessage
.
MissedEffect
:
break
;
break
;
...
@@ -3470,6 +3474,14 @@ public class Ocgcore : ServantWithCardDescription
...
@@ -3470,6 +3474,14 @@ public class Ocgcore : ServantWithCardDescription
allCardsInSelectMessage
.
Add
(
card
);
allCardsInSelectMessage
.
Add
(
card
);
}
}
}
}
if
(
ES_selectCardFromFieldFirstFlag
&&
cancalable
)
{
ES_selectCardFromFieldFirstFlag
=
false
;
binaryMaster
=
new
BinaryMaster
();
binaryMaster
.
writer
.
Write
(-
1
);
sendReturn
(
binaryMaster
.
get
());
break
;
}
if
(
cancalable
)
if
(
cancalable
)
{
{
gameInfo
.
addHashedButton
(
"cancleSelected"
,
-
1
,
superButtonType
.
no
,
InterString
.
Get
(
"取消选择@ui"
));
gameInfo
.
addHashedButton
(
"cancleSelected"
,
-
1
,
superButtonType
.
no
,
InterString
.
Get
(
"取消选择@ui"
));
...
...
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