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
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
八宫一月
ygopro-THC-cards
Commits
0925ed0c
Commit
0925ed0c
authored
May 26, 2022
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 86379860 by gold
Signed-off-by:
wyykak
<
wyy_1414@126.com
>
parent
73417e64
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
script/c86379860.lua
script/c86379860.lua
+16
-0
No files found.
script/c86379860.lua
View file @
0925ed0c
...
...
@@ -87,6 +87,18 @@ function c86379860.initial_effect(c)
e9_1
:
SetCondition
(
c86379860
.
mcon
)
e9_1
:
SetRange
(
LOCATION_MZONE
)
c
:
RegisterEffect
(
e9_1
)
--control
local
e10
=
Effect
.
CreateEffect
(
c
)
e10
:
SetType
(
EFFECT_TYPE_SINGLE
)
e10
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e10
:
SetCode
(
EFFECT_SET_CONTROL
)
e10
:
SetValue
(
c86379860
.
sctval
)
c
:
RegisterEffect
(
e10
)
end
--
function
c86379860
.
sctval
(
e
,
c
)
local
tp
=
e
:
GetHandler
():
GetControler
()
return
tp
end
--
function
c86379860
.
mcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -282,6 +294,8 @@ function c86379860.sop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
)
e1
:
SetProperty
(
EFFECT_CANNOT_DISABLE
)
c
:
RegisterEffect
(
e1
)
else
Card
.
SetCardData
(
c
,
4
,
Tpe
)
end
end
if
tseq
==
51
then
...
...
@@ -298,6 +312,8 @@ function c86379860.sop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
)
e1
:
SetProperty
(
EFFECT_CANNOT_DISABLE
)
c
:
RegisterEffect
(
e1
)
else
Card
.
SetCardData
(
c
,
4
,
Tpe
)
end
end
if
tseq
==
52
then
...
...
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