Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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
ygopro-scripts-888
Commits
af293941
Commit
af293941
authored
Nov 20, 2023
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix EFFECT_CANNOT_RELEASE target function
target(e,c,tp)
parent
0231f95a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c12863633.lua
c12863633.lua
+1
-1
c50383626.lua
c50383626.lua
+1
-1
c79794767.lua
c79794767.lua
+1
-1
No files found.
c12863633.lua
View file @
af293941
...
...
@@ -38,7 +38,7 @@ function c12863633.operation(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e3
)
end
end
function
c12863633
.
rellimit
(
e
,
c
,
tp
,
sumtp
)
function
c12863633
.
rellimit
(
e
,
c
,
tp
)
return
c
==
e
:
GetHandler
()
end
function
c12863633
.
synlimit
(
e
,
c
)
...
...
c50383626.lua
View file @
af293941
...
...
@@ -41,7 +41,7 @@ function c50383626.initial_effect(c)
e5
:
SetOperation
(
c50383626
.
tdop
)
c
:
RegisterEffect
(
e5
)
end
function
c50383626
.
rellimit
(
e
,
c
,
tp
,
sumtp
)
function
c50383626
.
rellimit
(
e
,
c
,
tp
)
return
c
==
e
:
GetHandler
()
end
function
c50383626
.
spcfilter
(
c
,
tp
)
...
...
c79794767.lua
View file @
af293941
...
...
@@ -63,6 +63,6 @@ end
function
c79794767
.
relcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
c79794767
.
filter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
c79794767
.
rellimit
(
e
,
c
,
tp
,
sumtp
)
function
c79794767
.
rellimit
(
e
,
c
,
tp
)
return
not
c
:
IsSetCard
(
0xe0
)
end
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