Commit 89d384ac authored by Tachibana's avatar Tachibana

tnndx

parent a9721ec7
No preview for this file type
......@@ -21,6 +21,9 @@ function c23000311.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(c23000311.filter,tp,LOCATION_GRAVE+LOCATION_HAND,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_GRAVE+LOCATION_HAND)
if e:IsHasType(EFFECT_TYPE_ACTIVATE) then
Duel.SetChainLimit(aux.FALSE)
end
end
function c23000311.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
......@@ -49,7 +49,7 @@ function cm.cfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsRace(RACE_FAIRY) and c:IsDiscardable()
end
function cm.dfilter(c)
return c:IsFacedown() or not c:IsRace(RACE_CYBERSE)
return c:IsFacedown() or not c:IsRace(RACE_FAIRY)
end
function cm.spcon(e,c)
if c==nil then return true end
......
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