Commit d3d08025 authored by nanahira's avatar nanahira

fix

parent 194f22aa
...@@ -62,7 +62,7 @@ function c33700085.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,7 +62,7 @@ function c33700085.operation(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c33700085.confilter(c,ec) function c33700085.confilter(c,ec)
return c:IsCanBeSynchroMaterial(ec) and c:IsSetCard(0x442) and c:IsFaceup() and c:IsAbleToGraveAsCost() and c:GetLevel()>0 and c:IsSummonableCard() return c:IsSetCard(0x442) and c:IsFaceup() and c:IsAbleToGraveAsCost() and c:GetLevel()>0 and c:IsSummonableCard()
end end
function c33700085.gcheck(g,tp,fc) function c33700085.gcheck(g,tp,fc)
return Duel.GetLocationCountFromEx(tp,tp,g,fc)>0 and g:GetSum(Card.GetLevel)==4 return Duel.GetLocationCountFromEx(tp,tp,g,fc)>0 and g:GetSum(Card.GetLevel)==4
......
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