Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
5
Merge Requests
5
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
ygopro-scripts-888
Commits
5c050377
Commit
5c050377
authored
Jan 24, 2023
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix No.36 先史遺産-超機関フォーク=ヒューク, アームド・ドラゴン LV5
parent
1bfcf8ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c46384672.lua
c46384672.lua
+1
-1
c50260683.lua
c50260683.lua
+1
-1
No files found.
c46384672.lua
View file @
5c050377
...
@@ -63,7 +63,7 @@ function c46384672.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -63,7 +63,7 @@ function c46384672.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
end
function
c46384672
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c46384672
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsFaceup
()
and
tc
:
IsRelateToEffect
(
e
)
and
tc
:
GetAttack
()
<=
e
:
GetLabel
()
then
if
tc
:
IsFaceup
()
and
tc
:
IsRelateToEffect
(
e
)
and
tc
:
GetAttack
()
<=
e
:
GetLabel
()
and
tc
::
IsControler
(
1
-
tp
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
end
end
end
...
...
c50260683.lua
View file @
5c050377
...
@@ -72,7 +72,7 @@ function c50260683.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -72,7 +72,7 @@ function c50260683.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
end
function
c50260683
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c50260683
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
Is
Faceup
()
and
tc
:
IsRelateToEffect
(
e
)
and
not
tc
:
IsAttack
(
tc
:
GetBaseAttack
()
)
then
if
tc
:
Is
RelateToEffect
(
e
)
and
c50260683
.
filter2
(
tc
)
and
tc
:
IsControler
(
1
-
tp
)
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
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