Commit 3c0b9065 authored by a597449807's avatar a597449807 Committed by GitHub

Fix ヴァリアンツG-グランデューク (#2922)

parent 407e4795
...@@ -50,7 +50,7 @@ function c76075139.splimit(e,se,sp,st) ...@@ -50,7 +50,7 @@ function c76075139.splimit(e,se,sp,st)
end end
function c76075139.hspfilter(c,tp,sc) function c76075139.hspfilter(c,tp,sc)
local seq=c:GetSequence() local seq=c:GetSequence()
return (seq==1 or seq==3 or seq>4) and not c:IsFusionType(TYPE_FUSION) and c:IsLevelAbove(5) and c:IsSetCard(0x17d) return (seq==1 or seq==3 or seq>4) and not c:IsFusionType(TYPE_FUSION) and c:IsLevelAbove(5) and c:IsFusionSetCard(0x17d)
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 c76075139.hspcon(e,c) function c76075139.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