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
cf2ed4a9
Commit
cf2ed4a9
authored
Sep 18, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
6f121c0f
Pipeline
#29841
passed with stages
in 32 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
expansions/script/c12835101.lua
expansions/script/c12835101.lua
+4
-4
No files found.
expansions/script/c12835101.lua
View file @
cf2ed4a9
...
...
@@ -80,12 +80,12 @@ function c12835101.initial_effect(c)
end
end
function
c12835101
.
con0
(
e
)
return
Duel
.
GetFlagEffect
(
tp
,
12835101
+
1
)
==
0
return
Duel
.
GetFlagEffect
(
tp
,
12835101
+
1
00
)
==
0
end
function
c12835101
.
op0
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
for
tp
=
0
,
1
do
if
Duel
.
GetCurrentPhase
()
==
PHASE_END
then
Duel
.
RegisterFlagEffect
(
tp
,
12835101
+
1
,
RESET_PHASE
+
PHASE_DRAW
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
tp
,
12835101
+
1
00
,
RESET_PHASE
+
PHASE_DRAW
,
0
,
1
)
end
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
12835101
)
then
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
4
,
0
,
nil
)
...
...
@@ -99,7 +99,7 @@ function c12835101.op0(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoGrave
(
ccg
,
REASON_RULE
)
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
4
,
0
,
nil
)
goto
a
end
end
end
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsFaceup
,
tp
,
4
,
0
,
nil
)
if
#
g
>
0
then
...
...
@@ -108,7 +108,7 @@ function c12835101.op0(e,tp,eg,ep,ev,re,r,rp)
o
[
#
o
+
1
]
=
tc
:
GetCode
()
end
c12835101_single_monster
[
tp
+
1
]
=
o
end
end
end
end
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