Commit 1d20cb4e authored by wyykak's avatar wyykak

fix

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 472f025a
No preview for this file type
No preview for this file type
......@@ -77,6 +77,7 @@ function c74563027.hspfilter2(c,tp,sc)
end
function c74563027.hspcon(e,c)
if c==nil then return true end
local tp=c:GetControler()
local mg1=Duel.GetMatchingGroup(c74563027.hspfilter1,tp,LOCATION_HAND+LOCATION_MZONE+LOCATION_GRAVE,0,nil,tp,c)
local mg2=Duel.GetMatchingGroup(c74563027.hspfilter2,tp,LOCATION_HAND+LOCATION_MZONE+LOCATION_GRAVE,LOCATION_GRAVE,nil,tp,c)
if mg1:GetCount()==0 or mg2:GetCount()==0 then return 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