Commit b002a837 authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Phantasmal Martyrs (#648)

parent 4031540f
...@@ -15,7 +15,7 @@ function c93224848.filter(c) ...@@ -15,7 +15,7 @@ function c93224848.filter(c)
return c:IsFaceup() and c:IsCode(6007213,32491822) return c:IsFaceup() and c:IsCode(6007213,32491822)
end end
function c93224848.condition(e,tp,eg,ep,ev,re,r,rp) function c93224848.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFieldGroupCount(tp,LOCATION_HAND,0)>=2 return Duel.IsExistingMatchingCard(nil,tp,LOCATION_HAND,0,2,e:GetHandler())
and Duel.IsExistingMatchingCard(c93224848.filter,tp,LOCATION_ONFIELD,0,1,nil) and Duel.IsExistingMatchingCard(c93224848.filter,tp,LOCATION_ONFIELD,0,1,nil)
end end
function c93224848.cfilter(c) function c93224848.cfilter(c)
......
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