Commit 6c0a7dd0 authored by wind2009's avatar wind2009 Committed by GitHub

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

Should be able to release monster in extra monster zones.
parent 784936d4
...@@ -49,7 +49,7 @@ function c76075139.splimit(e,se,sp,st) ...@@ -49,7 +49,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) 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:IsSetCard(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