Commit bf508b2e authored by Amiya's avatar Amiya

修复

parent 6dd34a00
Pipeline #41162 passed with stages
in 3 minutes and 46 seconds
......@@ -56,7 +56,7 @@ function s.spcost2(e,tp,eg,ep,ev,re,r,rp,chk)
e:GetHandler():RemoveOverlayCard(tp,2,2,REASON_COST)
end
function s.spfilter2(c,e,tp)
if not (c:IsSetCard(0x155,0x179) or aux.IsCodeOrListed(c,68468459) and c:IsType(TYPE_MONSTER)) then return false end
if not ((c:IsSetCard(0x155,0x179) or aux.IsCodeOrListed(c,68468459)) and c:IsType(TYPE_MONSTER)) then return false end
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
return c:IsAbleToHand() or (ft>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false))
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