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
33748494
Commit
33748494
authored
Jun 13, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7db0a900
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
script/c101110004.lua
script/c101110004.lua
+1
-1
script/c101110045.lua
script/c101110045.lua
+2
-2
No files found.
script/c101110004.lua
View file @
33748494
...
...
@@ -47,7 +47,7 @@ function c101110004.rfilter(c,tp)
end
function
c101110004
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c101110004
.
rfilter
,
1
,
nil
,
tp
)
and
Duel
.
GetCustomActivityCount
(
5325155
,
tp
,
ACTIVITY_SPSUMMON
)
==
0
end
and
Duel
.
GetCustomActivityCount
(
101110004
,
tp
,
ACTIVITY_SPSUMMON
)
==
0
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
c101110004
.
rfilter
,
1
,
1
,
nil
,
tp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
script/c101110045.lua
View file @
33748494
...
...
@@ -62,11 +62,11 @@ function c101110045.lztg(e,tp,eg,ep,ev,re,r,rp,chk)
+
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
,
PLAYER_NONE
,
0
)
+
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_SZONE
,
PLAYER_NONE
,
0
)
>
0
end
local
dis
=
Duel
.
SelectDisableField
(
tp
,
1
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
0xe000e0
)
e
:
SetLabel
(
dis
)
Duel
.
SetTargetParam
(
dis
)
Duel
.
Hint
(
HINT_ZONE
,
tp
,
dis
)
end
function
c101110045
.
lzop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
zone
=
e
:
GetLabel
(
)
local
zone
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PARAM
)
if
tp
==
1
then
zone
=
((
zone
&
0xffff
)
<<
16
)
|
((
zone
>>
16
)
&
0xffff
)
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