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
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
Vee4
ygopro-scripts-888
Commits
4594feb0
Commit
4594feb0
authored
Nov 06, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix usage of EVENT_DETACH_MATERIAL
parent
9fdb4f41
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c37241623.lua
c37241623.lua
+1
-1
c44190146.lua
c44190146.lua
+1
-1
c71095768.lua
c71095768.lua
+1
-1
No files found.
c37241623.lua
View file @
4594feb0
...
...
@@ -22,7 +22,7 @@ function c37241623.initial_effect(c)
end
function
c37241623
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
cid
=
Duel
.
GetCurrentChain
()
if
cid
>
0
then
if
cid
>
0
and
(
r
&
REASON_COST
)
>
0
then
c37241623
[
0
]
=
Duel
.
GetChainInfo
(
cid
,
CHAININFO_CHAIN_ID
)
end
end
...
...
c44190146.lua
View file @
4594feb0
...
...
@@ -48,7 +48,7 @@ function c44190146.initial_effect(c)
end
function
c44190146
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
cid
=
Duel
.
GetCurrentChain
()
if
cid
>
0
then
if
cid
>
0
and
(
r
&
REASON_COST
)
>
0
then
local
te
=
Duel
.
GetChainInfo
(
cid
,
CHAININFO_TRIGGERING_EFFECT
)
local
rc
=
te
:
GetHandler
()
if
rc
:
IsRelateToEffect
(
te
)
and
c44190146
[
1
][
rc
]
~=
nil
then
...
...
c71095768.lua
View file @
4594feb0
...
...
@@ -50,7 +50,7 @@ function c71095768.initial_effect(c)
end
function
c71095768
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
cid
=
Duel
.
GetCurrentChain
()
if
cid
>
0
then
if
cid
>
0
and
(
r
&
REASON_COST
)
>
0
then
c71095768
[
0
]
=
Duel
.
GetChainInfo
(
cid
,
CHAININFO_CHAIN_ID
)
c71095768
[
1
]
=
Duel
.
GetChainInfo
(
cid
,
CHAININFO_TRIGGERING_LOCATION
)
local
seq
=
Duel
.
GetChainInfo
(
cid
,
CHAININFO_TRIGGERING_SEQUENCE
)
...
...
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