Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
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
八宫一月
ygopro-THC-cards
Commits
664b309b
Commit
664b309b
authored
Mar 31, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix effect without op
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
c6bc85b3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
script/c22271101.lua
script/c22271101.lua
+1
-0
script/c86379704.lua
script/c86379704.lua
+1
-0
No files found.
script/c22271101.lua
View file @
664b309b
...
@@ -5,5 +5,6 @@ function c22271101.initial_effect(c)
...
@@ -5,5 +5,6 @@ function c22271101.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetOperation
(
function
()
end
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
script/c86379704.lua
View file @
664b309b
...
@@ -18,6 +18,7 @@ function c86379704.initial_effect(c)
...
@@ -18,6 +18,7 @@ function c86379704.initial_effect(c)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCountLimit
(
1
,
86379704
+
EFFECT_COUNT_CODE_OATH
)
e2
:
SetCountLimit
(
1
,
86379704
+
EFFECT_COUNT_CODE_OATH
)
e2
:
SetTarget
(
c86379704
.
target2
)
e2
:
SetTarget
(
c86379704
.
target2
)
e2
:
SetOperation
(
function
()
end
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--remove
--remove
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
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