Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
c3cb0608
Commit
c3cb0608
authored
Mar 23, 2024
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c19500013.lua 可以弹里侧卡、弹token炸服的bug
parent
8a0a85ba
Pipeline
#25998
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
script/c19500013.lua
script/c19500013.lua
+2
-3
No files found.
script/c19500013.lua
View file @
c3cb0608
...
...
@@ -47,7 +47,7 @@ function c19500013.thcost1(e,tp,eg,ep,ev,re,r,rp,chk)
if
c
.
Mobius
~=
999
then
Duel
.
Remove
(
e
:
GetHandler
(),
POS_FACEUP
,
REASON_COST
)
else
end
end
function
c19500013
.
thfilter1
(
c
)
return
c
:
IsSetCard
(
0x186
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x186
)
and
c
:
IsAbleToHand
()
and
c
:
IsFaceup
()
end
function
c19500013
.
thtg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
c19500013
.
thfilter1
(
chkc
)
and
chkc
~=
e
:
GetHandler
()
end
...
...
@@ -59,8 +59,7 @@ function c19500013.thtg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
c19500013
.
thop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
then
if
tc
and
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
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