Commit 0c140ab9 authored by TanakaKotoha's avatar TanakaKotoha

mopemope

parent 86a30cec
Pipeline #813 failed with stages
in 23 minutes and 44 seconds
......@@ -57,7 +57,7 @@ function cm.mtfilter(c)
return c:GetBaseAttack()>=2000 and c:IsFusionType(TYPE_EFFECT)
end
function cm.hspfilter(c,tp,sc)
return c:IsSetCard(0xcad) and c:IsType(TYPE_MONSTER) and Duel.GetLocationCountFromEx(tp,tp,nil,sc)>0 and c:IsAbleToRemoveAsCost()
return c:IsSetCard(0x1cad) and c:IsType(TYPE_MONSTER) and Duel.GetLocationCountFromEx(tp,tp,nil,sc)>0 and c:IsAbleToRemoveAsCost() and Duel.IsExistingMatchingCard(cm.hsp2filter,tp,LOCATION_GRAVE,0,1,c)
end
function cm.hsp2filter(c,tp,sc)
return c:GetBaseAttack()>=2000 and c:IsType(TYPE_EFFECT) and Duel.GetLocationCountFromEx(tp,tp,nil,sc)>0 and c:IsAbleToRemoveAsCost()
......
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