Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
ad2289ac
Commit
ad2289ac
authored
Nov 17, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
35e84d29
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
script/c100343031.lua
script/c100343031.lua
+1
-1
script/c100426021.lua
script/c100426021.lua
+2
-1
script/c100426033.lua
script/c100426033.lua
+1
-1
No files found.
script/c100343031.lua
View file @
ad2289ac
...
...
@@ -63,7 +63,7 @@ function c100343031.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c100343031
.
thfilter
(
c
)
return
(
c
:
IsCode
(
68468459
)
or
aux
.
IsCodeListed
(
c
,
68468459
)
and
c
:
IsType
(
TYPE_MONSTER
))
and
c
:
IsAbleToHand
()
return
(
c
:
IsCode
(
68468459
)
or
aux
.
IsCodeListed
(
c
,
68468459
)
and
c
:
IsType
(
TYPE_MONSTER
))
and
c
:
Is
Faceup
()
and
c
:
Is
AbleToHand
()
end
function
c100343031
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_REMOVED
)
and
chkc
:
IsControler
(
tp
)
and
c100343031
.
thfilter
(
chkc
)
end
...
...
script/c100426021.lua
View file @
ad2289ac
...
...
@@ -35,7 +35,8 @@ function c100426021.eftg(e,c)
return
c
:
IsFaceup
()
and
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
end
function
c100426021
.
efilter
(
e
,
re
,
rp
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
not
re
:
GetHandler
():
IsAttribute
(
ATTRIBUTE_WATER
)
local
rc
=
re
:
GetHandler
()
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
rc
:
IsControler
(
1
-
e
:
GetHandlerPlayer
())
and
not
rc
:
IsAttribute
(
ATTRIBUTE_WATER
)
end
function
c100426021
.
spfilter
(
c
,
e
,
tp
)
return
(
aux
.
IsCodeListed
(
c
,
22702055
)
or
(
c
:
IsType
(
TYPE_NORMAL
)
and
c
:
IsAttribute
(
ATTRIBUTE_WATER
)))
...
...
script/c100426033.lua
View file @
ad2289ac
...
...
@@ -112,7 +112,7 @@ function c100426033.spop(e,tp,eg,ep,ev,re,r,rp)
aux
.
GCheckAdditional
=
c100426033
.
gcheck
local
sg
=
g
:
SelectSubGroup
(
tp
,
c100426033
.
fselect
,
false
,
1
,
ft
)
aux
.
GCheckAdditional
=
nil
if
sg
:
GetCount
()
>
0
then
if
sg
then
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
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