Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
e3222a3c
Commit
e3222a3c
authored
Mar 15, 2023
by
CubeRuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
48d5abf6
Pipeline
#20705
failed with stages
in 2 minutes and 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
expansions/script/c33330169.lua
expansions/script/c33330169.lua
+4
-3
expansions/script/c33330170.lua
expansions/script/c33330170.lua
+1
-1
No files found.
expansions/script/c33330169.lua
View file @
e3222a3c
...
...
@@ -49,11 +49,12 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
local
token
=
Duel
.
CreateToken
(
tp
,
33330171
)
if
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
1
-
tp
,
false
,
false
,
POS_FACEUP
)
then
local
mg
=
Duel
.
GetMatchingGroup
(
cm
.
descheck
,
tp
,
0
,
LOCATION_ONFIELD
,
token
,
token
,
tp
)
if
Duel
.
Destroy
(
mg
,
REASON_EFFECT
)
~=
0
then
if
mg
then
Duel
.
Destroy
(
mg
,
REASON_EFFECT
)
Duel
.
BreakEffect
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
==
0
then
return
end
Duel
.
GetControl
(
token
,
tp
)
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
==
0
then
return
end
Duel
.
GetControl
(
token
,
tp
)
end
end
function
cm
.
tgfilter
(
e
,
c
)
...
...
expansions/script/c33330170.lua
View file @
e3222a3c
...
...
@@ -86,7 +86,7 @@ function c33330170.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c33330170
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
function
(
c
)
return
c
:
GetPreviousControler
()
==
tp
and
c
:
IsRace
(
RACE_SPELLCASTER
)
end
,
1
,
nil
,
tp
)
return
eg
:
IsExists
(
function
(
c
)
return
c
:
GetPreviousControler
()
==
tp
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsType
(
TYPE_FUSION
)
end
,
1
,
nil
,
tp
)
end
function
c33330170
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToHand
()
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