Commit c61183c5 authored by 想象力很好的毛虫's avatar 想象力很好的毛虫 Committed by GitHub

Fix クリアー・ウォール (#2620)

parent c8dced56
......@@ -71,6 +71,6 @@ end
function s.cfilter(c)
return c:IsFaceup() and c:IsLevelAbove(7) and aux.IsCodeListed(c,33900648)
end
function s.ieecon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_MZONE,0,1,nil)
function s.ieecon(e)
return Duel.IsExistingMatchingCard(s.cfilter,e:GetHandlerPlayer(),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