Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
MyCard
pre-release-database-cdb
Commits
077ee341
Commit
077ee341
authored
Dec 22, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Live☆Twin リィラ・スウィート
parent
dbc611dc
Pipeline
#31963
passed with stages
in 1 minute and 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
script/c101208026.lua
script/c101208026.lua
+1
-0
script/c101208028.lua
script/c101208028.lua
+1
-1
script/c101208052.lua
script/c101208052.lua
+1
-1
No files found.
script/c101208026.lua
View file @
077ee341
...
@@ -69,6 +69,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -69,6 +69,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
{
b1
,
1152
,
1
},
{
b1
,
1152
,
1
},
{
b2
,
1068
,
2
})
{
b2
,
1068
,
2
})
end
end
Duel
.
BreakEffect
()
if
op
==
1
then
if
op
==
1
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
elseif
op
==
2
then
elseif
op
==
2
then
...
...
script/c101208028.lua
View file @
077ee341
...
@@ -24,7 +24,7 @@ function s.initial_effect(c)
...
@@ -24,7 +24,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
s
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
IsChainDisablable
(
ev
)
then
return
false
end
if
not
Duel
.
IsChainDisablable
(
ev
)
then
return
false
end
local
te
,
p
=
Duel
.
GetChainInfo
(
ev
-
1
,
CHAININFO_TRIGGERING_EFFECT
,
CHAININFO_TRIGGERING_PLAYER
)
local
te
,
p
=
Duel
.
GetChainInfo
(
ev
-
1
,
CHAININFO_TRIGGERING_EFFECT
,
CHAININFO_TRIGGERING_PLAYER
)
return
te
and
te
:
GetHandler
():
IsSetCard
(
0x1151
)
and
p
==
tp
and
rp
==
1
-
tp
return
te
and
te
:
GetHandler
():
IsSetCard
(
0x1151
)
and
p
==
tp
and
rp
==
1
-
tp
end
end
...
...
script/c101208052.lua
View file @
077ee341
...
@@ -70,7 +70,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -70,7 +70,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
drcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
IsChainDisablable
(
ev
)
then
return
false
end
if
Duel
.
IsChainDisablable
(
ev
)
then
return
false
end
local
te
,
p
=
Duel
.
GetChainInfo
(
ev
-
1
,
CHAININFO_TRIGGERING_EFFECT
,
CHAININFO_TRIGGERING_PLAYER
)
local
te
,
p
=
Duel
.
GetChainInfo
(
ev
-
1
,
CHAININFO_TRIGGERING_EFFECT
,
CHAININFO_TRIGGERING_PLAYER
)
local
tc
=
te
:
GetHandler
()
local
tc
=
te
:
GetHandler
()
return
te
and
tc
:
IsSetCard
(
0x152
,
0x153
)
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
p
==
tp
and
rp
==
1
-
tp
return
te
and
tc
:
IsSetCard
(
0x152
,
0x153
)
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
p
==
tp
and
rp
==
1
-
tp
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