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
GuGu
ygopro-THC-cards
Commits
c46ee783
Commit
c46ee783
authored
Dec 11, 2021
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379536.lua
parent
a0ae7e01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
297 additions
and
297 deletions
+297
-297
script/c86379536.lua
script/c86379536.lua
+297
-297
No files found.
script/c86379536.lua
View file @
c46ee783
...
...
@@ -225,8 +225,8 @@ function c86379536.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c86379536
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
flag1
=
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
86379537
,
0x208
,
0x4011
,
1500
,
400
,
1
,
RACE_ZOMBIE
,
ATTRIBUTE_DARK
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
local
flag2
=
Duel
.
IsPlayerCanSpecialSummonMonster
(
1
-
tp
,
86379537
,
0x208
,
0x4011
,
1500
,
400
,
1
,
RACE_ZOMBIE
,
ATTRIBUTE_DARK
)
and
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
>
0
local
flag1
=
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
86379537
,
0x208
,
0x4011
,
1500
,
400
,
1
,
RACE_ZOMBIE
,
ATTRIBUTE_DARK
,
POS_FACEUP
,
tp
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
local
flag2
=
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
86379537
,
0x208
,
0x4011
,
1500
,
400
,
1
,
RACE_ZOMBIE
,
ATTRIBUTE_DARK
,
POS_FACEUP
,
1
-
tp
)
and
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
>
0
if
not
(
flag1
or
flag2
)
then
return
end
local
op
=
0
if
flag1
and
flag2
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