Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
853218b1
Commit
853218b1
authored
Aug 06, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
bba0fde1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
expansions/script/c33500408.lua
expansions/script/c33500408.lua
+5
-5
No files found.
expansions/script/c33500408.lua
View file @
853218b1
...
@@ -14,8 +14,8 @@ function cm.initial_effect(c)
...
@@ -14,8 +14,8 @@ function cm.initial_effect(c)
e0
:
SetValue
(
aux
.
synlimit
)
e0
:
SetValue
(
aux
.
synlimit
)
c
:
RegisterEffect
(
e0
)
c
:
RegisterEffect
(
e0
)
--todeck
--todeck
--
local e1=Effect.CreateEffect(c)
--
local e1=Effect.CreateEffect(c)
--
e1:SetDescription(aux.Stringid(m,2))
--
e1:SetDescription(aux.Stringid(m,2))
-- e1:SetCategory(CATEGORY_TODECK)
-- e1:SetCategory(CATEGORY_TODECK)
-- e1:SetType(EFFECT_TYPE_IGNITION)
-- e1:SetType(EFFECT_TYPE_IGNITION)
-- e1:SetCountLimit(1)
-- e1:SetCountLimit(1)
...
@@ -154,8 +154,8 @@ end
...
@@ -154,8 +154,8 @@ end
-- Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
-- Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
-- local g=Duel.SelectMatchingCard(tp,nil,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,2,nil,c)
-- local g=Duel.SelectMatchingCard(tp,nil,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,2,nil,c)
-- if g:GetCount()>0 then
-- if g:GetCount()>0 then
--
Duel.HintSelection(g)
-- Duel.HintSelection(g)
--
Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
-- Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
-- end
-- end
--end
--end
--e2
--e2
...
@@ -201,7 +201,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -201,7 +201,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
end
end
--e10
--e10
function
cm
.
efilter
(
e
,
te
)
function
cm
.
efilter
(
e
,
te
)
return
te
:
GetOwner
Player
()
~=
e
:
GetHandlerPlay
er
()
return
te
:
GetOwner
()
~=
e
:
GetOwn
er
()
end
end
--e12
--e12
function
cm
.
tdfilter
(
c
)
function
cm
.
tdfilter
(
c
)
...
...
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