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
5
Merge Requests
5
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
b299767e
Commit
b299767e
authored
Apr 04, 2023
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 23TP
parent
029836f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
c22996376.lua
c22996376.lua
+1
-0
c74100225.lua
c74100225.lua
+1
-1
No files found.
c22996376.lua
View file @
b299767e
...
@@ -5,6 +5,7 @@ function c22996376.initial_effect(c)
...
@@ -5,6 +5,7 @@ function c22996376.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
22996376
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
22996376
,
0
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetCode
(
EFFECT_SUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCondition
(
c22996376
.
otcon
)
e1
:
SetCondition
(
c22996376
.
otcon
)
e1
:
SetOperation
(
c22996376
.
otop
)
e1
:
SetOperation
(
c22996376
.
otop
)
e1
:
SetValue
(
SUMMON_TYPE_ADVANCE
)
e1
:
SetValue
(
SUMMON_TYPE_ADVANCE
)
...
...
c74100225.lua
View file @
b299767e
...
@@ -14,7 +14,7 @@ function c74100225.filter(c,cat)
...
@@ -14,7 +14,7 @@ function c74100225.filter(c,cat)
return
c
:
IsSetCard
(
cat
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanOverlay
()
return
c
:
IsSetCard
(
cat
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanOverlay
()
end
end
function
c74100225
.
spfilter
(
c
,
e
,
tp
)
function
c74100225
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x504e
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
return
c
:
IsSetCard
(
0x504e
)
and
c
:
Is
Type
(
TYPE_XYZ
)
and
c
:
Is
CanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
end
end
function
c74100225
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c74100225
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
c74100225
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
0x304e
)
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
c74100225
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
0x304e
)
...
...
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