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
ca8f36bb
Commit
ca8f36bb
authored
Dec 26, 2021
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
09dc22bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c78900101.lua
script/c78900101.lua
+1
-1
script/c86379672.lua
script/c86379672.lua
+1
-1
No files found.
script/c78900101.lua
View file @
ca8f36bb
...
...
@@ -41,7 +41,7 @@ function c78900101.initial_effect(c)
e3
:
SetCode
(
EFFECT_INDESTRUCTABLE_COUNT
)
e3
:
SetCountLimit
(
1
)
e3
:
SetValue
(
c78900101
.
indct
)
c
:
RegisterEffect
(
e
2
)
c
:
RegisterEffect
(
e
3
)
end
c78900101
.
hana_mat
=
{
aux
.
FilterBoolFunction
(
Card
.
IsFusionCode
,
11004
),
...
...
script/c86379672.lua
View file @
ca8f36bb
...
...
@@ -110,7 +110,7 @@ function c86379672.operation(e,tp,eg,ep,ev,re,r,rp)
--
else
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ZONE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
DISABLE
ZONE
)
local
zone
=
Duel
.
SelectField
(
tp
,
1
,
0
,
LOCATION_ONFIELD
,
nil
)
Duel
.
Hint
(
HINT_ZONE
,
tp
,
zone
)
Duel
.
Hint
(
HINT_ZONE
,
1
-
tp
,
zone
>>
16
)
...
...
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