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
4
Merge Requests
4
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
30179ac6
Commit
30179ac6
authored
May 09, 2024
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix エクシーズ・ブロック
parent
c9e708d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c44487250.lua
c44487250.lua
+2
-2
No files found.
c44487250.lua
View file @
30179ac6
...
@@ -14,7 +14,7 @@ end
...
@@ -14,7 +14,7 @@ end
function
c44487250
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c44487250
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
rp
==
1
-
tp
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
Duel
.
IsChainNegatable
(
ev
)
return
rp
==
1
-
tp
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
Duel
.
IsChainNegatable
(
ev
)
end
end
function
c44487250
.
only_filter
(
c
,
onlyc
)
function
c44487250
.
only_filter
(
c
,
onlyc
,
tp
)
local
require_count
=
c
==
onlyc
and
2
or
1
local
require_count
=
c
==
onlyc
and
2
or
1
return
c
:
CheckRemoveOverlayCard
(
tp
,
require_count
,
REASON_COST
)
return
c
:
CheckRemoveOverlayCard
(
tp
,
require_count
,
REASON_COST
)
end
end
...
@@ -31,7 +31,7 @@ function c44487250.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -31,7 +31,7 @@ function c44487250.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
end
end
if
#
available_fromhand_effects
==
1
and
available_fromhand_effects
[
1
]:
GetValue
()
==
85551711
then
if
#
available_fromhand_effects
==
1
and
available_fromhand_effects
[
1
]:
GetValue
()
==
85551711
then
return
Duel
.
IsExistingMatchingCard
(
c44487250
.
only_filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
available_fromhand_effects
[
1
]:
GetHandler
())
return
Duel
.
IsExistingMatchingCard
(
c44487250
.
only_filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
available_fromhand_effects
[
1
]:
GetHandler
()
,
tp
)
else
else
return
Duel
.
CheckRemoveOverlayCard
(
tp
,
1
,
0
,
1
,
REASON_COST
)
return
Duel
.
CheckRemoveOverlayCard
(
tp
,
1
,
0
,
1
,
REASON_COST
)
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