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
f7f283ab
Commit
f7f283ab
authored
Dec 16, 2023
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379805.lua 待修复
parent
56c78ea3
Pipeline
#24404
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
script/c86379805.lua
script/c86379805.lua
+3
-4
No files found.
script/c86379805.lua
View file @
f7f283ab
...
...
@@ -145,7 +145,7 @@ function c86379805.sop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetTargetRange
(
0xff
,
0xff
)
e2
:
SetTarget
(
c86379805
.
bantg
)
e2
:
SetLabelObject
(
tc
)
--
Duel.RegisterEffect(e2,tp)
Duel
.
RegisterEffect
(
e2
,
tp
)
--adjust
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
...
...
@@ -154,7 +154,8 @@ function c86379805.sop(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetOperation
(
c86379805
.
adjustcon
)
e3
:
SetOperation
(
c86379805
.
adjustop
)
e3
:
SetLabelObject
(
e2
)
--Duel.RegisterEffect(e3,tp)
Duel
.
RegisterEffect
(
e3
,
tp
)
--[[local e10=Effect.CreateEffect(c)
e10:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e10:SetCode(EVENT_PHASE+PHASE_END)
...
...
@@ -207,9 +208,7 @@ function c86379805.adjustcon(e,tp,eg,ep,ev,re,r,rp)
end
function
c86379805
.
adjustop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
e2
=
e
:
GetLabelObject
()
if
not
e2
then
return
false
end
local
tc
=
e2
:
GetLabelObject
()
if
not
tc
then
return
false
end
if
not
Duel
.
IsExistingMatchingCard
(
c86379805
.
banfilter2
,
tp
,
LOCATION_HAND
,
LOCATION_HAND
,
1
,
nil
,
tc
)
then
e2
:
Reset
()
e
:
Reset
()
...
...
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