Commit 9c1ab599 authored by Amiya's avatar Amiya

修复

parent 12a497ff
Pipeline #41177 passed with stages
in 2 minutes and 26 seconds
No preview for this file type
......@@ -63,7 +63,7 @@ function s.cfilter(c,tp)
and Duel.IsExistingMatchingCard(s.sumfilter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,nil,c)
end
function s.sumfilter(c,ec)
return aux.IsCodeListed(c,ec:GetCode())
return aux.IsCodeListed(c,ec:GetCode()) and c:IsSetCard(0x172) and c:IsSummonable(true,nil)
end
function s.sumtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and s.cfilter(chkc,tp) 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