Commit f6154ca4 authored by nekrozar's avatar nekrozar

fix Harpie Lady Phoenix Formation

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=13619
「ハーピィ・レディ
-鳳凰の陣-」を発動するには、自分のモンスターゾーンに表側表示の「ハーピィ・レディ」「ハーピィ・レディ三姉妹」が合計3体以上存在している必要があります。
parent e7a9fe2e
...@@ -21,7 +21,7 @@ function c86308219.cfilter(c) ...@@ -21,7 +21,7 @@ function c86308219.cfilter(c)
return c:IsFaceup() and c:IsCode(76812113,12206212) return c:IsFaceup() and c:IsCode(76812113,12206212)
end end
function c86308219.condition(e,tp,eg,ep,ev,re,r,rp) function c86308219.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c86308219.cfilter,tp,LOCATION_ONFIELD,0,3,nil) return Duel.IsExistingMatchingCard(c86308219.cfilter,tp,LOCATION_MZONE,0,3,nil)
end end
function c86308219.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c86308219.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetCustomActivityCount(86308219,tp,ACTIVITY_SPSUMMON)==0 if chk==0 then return Duel.GetCustomActivityCount(86308219,tp,ACTIVITY_SPSUMMON)==0
......
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