Commit dd73f7cb authored by mercury233's avatar mercury233 Committed by GitHub

update クロノダイバー・リダン

parent 1183ac5e
...@@ -27,6 +27,7 @@ function c55285840.initial_effect(c) ...@@ -27,6 +27,7 @@ function c55285840.initial_effect(c)
end end
function c55285840.mattg(e,tp,eg,ep,ev,re,r,rp,chk) function c55285840.mattg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(1-tp,LOCATION_DECK,0)>0 end if chk==0 then return Duel.GetFieldGroupCount(1-tp,LOCATION_DECK,0)>0 end
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
end end
function c55285840.matop(e,tp,eg,ep,ev,re,r,rp) function c55285840.matop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
...@@ -52,6 +53,7 @@ function c55285840.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -52,6 +53,7 @@ function c55285840.target(e,tp,eg,ep,ev,re,r,rp,chk)
and Duel.IsExistingMatchingCard(c55285840.tgfilter,tp,0,LOCATION_ONFIELD,1,nil) then return true end and Duel.IsExistingMatchingCard(c55285840.tgfilter,tp,0,LOCATION_ONFIELD,1,nil) then return true end
return false return false
end end
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
end end
function c55285840.check(g) function c55285840.check(g)
return g:FilterCount(Card.IsType,nil,TYPE_MONSTER)<=1 return g:FilterCount(Card.IsType,nil,TYPE_MONSTER)<=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment