Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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-scripts
Commits
4ee3551e
Commit
4ee3551e
authored
Jun 22, 2019
by
nekrozar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Fluorohydride/ygopro#2180
for Phantom of Chaos
parent
96d644cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
c48829461.lua
c48829461.lua
+2
-2
c74509280.lua
c74509280.lua
+2
-2
No files found.
c48829461.lua
View file @
4ee3551e
...
@@ -23,10 +23,10 @@ function c48829461.initial_effect(c)
...
@@ -23,10 +23,10 @@ function c48829461.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c48829461
.
sfilter
(
c
)
function
c48829461
.
sfilter
(
c
)
return
c
:
Is
Cod
e
(
598988
,
1710476
,
9433350
,
36521459
,
37115575
,
55343236
)
and
not
c
:
IsDisabled
()
return
c
:
Is
OriginalCodeRul
e
(
598988
,
1710476
,
9433350
,
36521459
,
37115575
,
55343236
)
and
not
c
:
IsDisabled
()
end
end
function
c48829461
.
uqfilter
(
c
)
function
c48829461
.
uqfilter
(
c
)
if
Duel
.
IsPlayerAffectedByEffect
(
c
:
GetControler
(),
75223115
)
if
Duel
.
IsPlayerAffectedByEffect
(
c
:
GetControler
(),
75223115
)
and
Duel
.
IsExistingMatchingCard
(
c48829461
.
sfilter
,
c
:
GetControler
(),
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
)
then
and
Duel
.
IsExistingMatchingCard
(
c48829461
.
sfilter
,
c
:
GetControler
(),
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
)
then
return
c
:
IsCode
(
48829461
)
return
c
:
IsCode
(
48829461
)
else
else
...
...
c74509280.lua
View file @
4ee3551e
...
@@ -13,10 +13,10 @@ function c74509280.initial_effect(c)
...
@@ -13,10 +13,10 @@ function c74509280.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c74509280
.
sfilter
(
c
)
function
c74509280
.
sfilter
(
c
)
return
c
:
Is
Cod
e
(
598988
,
1710476
,
9433350
,
36521459
,
37115575
,
55343236
)
and
not
c
:
IsDisabled
()
return
c
:
Is
OriginalCodeRul
e
(
598988
,
1710476
,
9433350
,
36521459
,
37115575
,
55343236
)
and
not
c
:
IsDisabled
()
end
end
function
c74509280
.
uqfilter
(
c
)
function
c74509280
.
uqfilter
(
c
)
if
Duel
.
IsPlayerAffectedByEffect
(
c
:
GetControler
(),
75223115
)
if
Duel
.
IsPlayerAffectedByEffect
(
c
:
GetControler
(),
75223115
)
and
Duel
.
IsExistingMatchingCard
(
c74509280
.
sfilter
,
c
:
GetControler
(),
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
)
then
and
Duel
.
IsExistingMatchingCard
(
c74509280
.
sfilter
,
c
:
GetControler
(),
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
)
then
return
c
:
IsCode
(
74509280
)
return
c
:
IsCode
(
74509280
)
else
else
...
...
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