Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
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
ygopro-core
Commits
5259a00a
Commit
5259a00a
authored
Dec 07, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 888
parents
86bd0696
3ad02226
Pipeline
#41875
passed with stages
in 3 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
.github/workflows/build.yml
.github/workflows/build.yml
+9
-5
processor.cpp
processor.cpp
+1
-0
No files found.
.github/workflows/build.yml
View file @
5259a00a
name
:
Automated Test Build
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
on
:
push
:
branches
:
[
"
master"
]
...
...
@@ -18,7 +22,7 @@ jobs:
-
name
:
Download lua
id
:
lua
uses
:
mercury233/action-cache-download-file@v1.0.0
uses
:
mercury233/action-cache-download-file@
f5fef0ebfbee835266c4a7ae6f173d74a33980da
#
v1.0.0
with
:
url
:
https://www.lua.org/ftp/lua-5.4.8.tar.gz
...
...
@@ -29,7 +33,7 @@ jobs:
-
name
:
Download premake
id
:
premake
uses
:
mercury233/action-cache-download-file@
v1.0.0
uses
:
mercury233/action-cache-download-file@
f5fef0ebfbee835266c4a7ae6f173d74a33980da
with
:
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta7/premake-5.0.0-beta7-windows.zip
...
...
@@ -62,7 +66,7 @@ jobs:
-
name
:
GitHub Release
if
:
github.event_name == 'push'
uses
:
salix5/action-automatic-releases@
node20
uses
:
salix5/action-automatic-releases@
e0545bc14e9677f38aa573f1a52563022f987356
# node24
with
:
repo_token
:
"
${{
secrets.GITHUB_TOKEN
}}"
automatic_release_tag
:
"
latest"
...
...
@@ -87,7 +91,7 @@ jobs:
-
name
:
Download lua
id
:
lua
uses
:
mercury233/action-cache-download-file@
v1.0.0
uses
:
mercury233/action-cache-download-file@
f5fef0ebfbee835266c4a7ae6f173d74a33980da
with
:
url
:
https://www.lua.org/ftp/lua-5.4.8.tar.gz
...
...
@@ -98,7 +102,7 @@ jobs:
-
name
:
Download premake
id
:
premake
uses
:
mercury233/action-cache-download-file@
v1.0.0
uses
:
mercury233/action-cache-download-file@
f5fef0ebfbee835266c4a7ae6f173d74a33980da
with
:
url
:
https://github.com/premake/premake-core/releases/download/v5.0.0-beta7/premake-5.0.0-beta7-linux.tar.gz
...
...
processor.cpp
View file @
5259a00a
...
...
@@ -4162,6 +4162,7 @@ int32_t field::add_chain(uint16_t step) {
clit
.
triggering_effect
=
peffect
;
clit
.
evt
=
ch
.
evt
;
phandler
->
create_relation
(
clit
);
peffect
->
set_active_type
();
peffect
->
dec_count
(
playerid
);
if
(
!
(
peffect
->
type
&
EFFECT_TYPE_ACTIVATE
))
{
peffect
->
type
|=
EFFECT_TYPE_ACTIVATE
;
...
...
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