Commit e44a13ff authored by mercury233's avatar mercury233

fix

ダイナミスト・ケラトプス can special summon from hand when there is no card in monster zone
parent 122f6552
......@@ -46,5 +46,6 @@ function c37752990.spcon(e,c)
if c==nil then return true end
local tp=c:GetControler()
return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.GetFieldGroupCount(c:GetControler(),LOCATION_MZONE,0)>0
and not Duel.IsExistingMatchingCard(c37752990.cfilter,tp,LOCATION_MZONE,0,1,nil)
end
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