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
9b69b8b0
Commit
9b69b8b0
authored
Jan 18, 2024
by
Uytrewq
Committed by
GitHub
Jan 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Metaltron XII, the True Dracombatant, Egyptian God Slime, Qlife's End (#2360)
parent
648befc2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c20447641.lua
c20447641.lua
+1
-1
c42166000.lua
c42166000.lua
+1
-1
c57761191.lua
c57761191.lua
+1
-1
No files found.
c20447641.lua
View file @
9b69b8b0
...
...
@@ -53,7 +53,7 @@ function c20447641.indtg(e,c)
return
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsSetCard
(
0xaa
)
end
function
c20447641
.
ttfilter
(
c
)
return
c
:
GetOriginalCode
()
==
20447641
and
c
:
IsReleasable
()
and
c
:
GetFlagEffect
(
20447641
)
~=
0
return
c
:
GetOriginalCode
()
==
20447641
and
c
:
IsReleasable
(
REASON_SUMMON
)
and
c
:
GetFlagEffect
(
20447641
)
~=
0
end
function
c20447641
.
ttcon
(
e
,
c
,
minc
)
if
c
==
nil
then
return
true
end
...
...
c42166000.lua
View file @
9b69b8b0
...
...
@@ -102,7 +102,7 @@ function c42166000.hspop(e,tp,eg,ep,ev,re,r,rp,c)
Duel
.
Release
(
g
,
REASON_SPSUMMON
)
end
function
c42166000
.
ttfilter
(
c
,
tp
)
return
c
:
IsHasEffect
(
42166000
)
and
c
:
IsReleasable
()
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
return
c
:
IsHasEffect
(
42166000
)
and
c
:
IsReleasable
(
REASON_SUMMON
)
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
end
function
c42166000
.
ttcon
(
e
,
c
,
minc
)
if
c
==
nil
then
return
true
end
...
...
c57761191.lua
View file @
9b69b8b0
...
...
@@ -42,7 +42,7 @@ function c57761191.initial_effect(c)
c
:
RegisterEffect
(
e5
)
end
function
c57761191
.
otfilter
(
c
)
return
c
:
IsType
(
TYPE_CONTINUOUS
)
and
c
:
IsReleasable
()
return
c
:
IsType
(
TYPE_CONTINUOUS
)
and
c
:
IsReleasable
(
REASON_SUMMON
)
end
function
c57761191
.
ttcon
(
e
,
c
,
minc
)
if
c
==
nil
then
return
true
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