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
3
Merge Requests
3
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
6acf87d5
Commit
6acf87d5
authored
Apr 07, 2021
by
mercury233
Committed by
GitHub
Apr 07, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 武神姫-アハシマ
parent
fff2679c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
c71095768.lua
c71095768.lua
+3
-3
No files found.
c71095768.lua
View file @
6acf87d5
...
@@ -122,12 +122,12 @@ function c71095768.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -122,12 +122,12 @@ function c71095768.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c71095768
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c71095768
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
(
Duel
.
GetChainInfo
(
ev
,
CHAININFO_CHAIN_ID
)
==
c71095768
[
0
]
and
c71095768
[
1
]
==
LOCATION_MZONE
and
re
:
IsActiveType
(
TYPE_XYZ
))
then
return
false
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
zone
=
(
c
:
GetLinkedZone
(
0
)
&
0x7f
)
|
((
c
:
GetLinkedZone
(
1
)
&
0x7f
)
<<
0x10
)
local
zone
=
(
c
:
GetLinkedZone
(
0
)
&
0x7f
)
|
((
c
:
GetLinkedZone
(
1
)
&
0x7f
)
<<
0x10
)
local
seq
=
c71095768
[
2
]
local
seq
=
c71095768
[
2
]
if
not
seq
or
bit
.
extract
(
zone
,
seq
)
==
0
then
return
false
end
return
seq
and
bit
.
extract
(
zone
,
seq
)
~=
0
return
Duel
.
GetChainInfo
(
ev
,
CHAININFO_CHAIN_ID
)
==
c71095768
[
0
]
and
c71095768
[
1
]
==
LOCATION_MZONE
and
re
:
IsActiveType
(
TYPE_XYZ
)
end
end
function
c71095768
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c71095768
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsOnField
()
and
chkc
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
end
if
chkc
then
return
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsOnField
()
and
chkc
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
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