Commit 7d3b07c7 authored by mercury233's avatar mercury233 Committed by GitHub

fix ふわんだりぃずと未知の風

parent 4d9aea8c
......@@ -35,7 +35,7 @@ function c55521751.otfilter(c,e,tp)
return c:IsAbleToGrave() and not c:IsImmuneToEffect(e) and Duel.GetMZoneCount(tp,c)>0
end
function c55521751.otfilter2(c,e)
return c:IsAbleToGrave() and not c:IsImmuneToEffect(e)
return c:IsAbleToGrave() and not c:IsImmuneToEffect(e) and not c:IsStatus(STATUS_LEAVE_CONFIRMED)
end
function c55521751.otcon(e,c,minc)
if c==nil then return true 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