Commit 4e6cf455 authored by a597449807's avatar a597449807 Committed by GitHub

Fix 覇王天龍オッドアイズ・アークレイ・ドラゴン (#2693)

parent c1206c31
...@@ -74,7 +74,7 @@ function c6218704.splimit(e,se,sp,st) ...@@ -74,7 +74,7 @@ function c6218704.splimit(e,se,sp,st)
return true return true
end end
function c6218704.hspfilter(c,tp,sc) function c6218704.hspfilter(c,tp,sc)
return c:IsCode(13331639) and c:IsAttribute(ATTRIBUTE_DARK) and c:IsLevel(12) and c:IsFaceup() return c:IsCode(13331639) and c:IsAttribute(ATTRIBUTE_DARK) and c:IsLevel(12)
and c:IsControler(tp) and Duel.GetLocationCountFromEx(tp,tp,c,sc)>0 and c:IsCanBeFusionMaterial(sc,SUMMON_TYPE_SPECIAL) and c:IsControler(tp) and Duel.GetLocationCountFromEx(tp,tp,c,sc)>0 and c:IsCanBeFusionMaterial(sc,SUMMON_TYPE_SPECIAL)
end end
function c6218704.hspcon(e,c) function c6218704.hspcon(e,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