Commit 21c9a409 authored by TanakaKotoha's avatar TanakaKotoha

888

parent 7135e34c
...@@ -53,10 +53,10 @@ function cm.costop(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,10 +53,10 @@ function cm.costop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.chainfilter(re,tp,cid) function cm.chainfilter(re,tp,cid)
return not ( re:GetHandler():IsSetCard(0x8fb5) and re:GetHandler():IsLocation(LOCATION_HAND) ) return false
end end
function cm.condition(e,tp,eg,ep,ev,re,r,rp) function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCustomActivityCount(m,tp,ACTIVITY_SUMMON)>0 return Duel.GetActivityCount(tp,ACTIVITY_NORMALSUMMON)>0
end end
function cm.filter(c) function cm.filter(c)
return c:IsAbleToHand() and c:IsSetCard(0x8fb5) and c:IsFacedown() return c:IsAbleToHand() and c:IsSetCard(0x8fb5) and c:IsFacedown()
......
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