Commit f9942faa authored by mercury233's avatar mercury233

fix

parent 1302569b
......@@ -30,9 +30,10 @@ function c32015116.rdfilter(c,lv)
if lv<=5 then
return c:IsFaceup() and c:GetLevel()==lv
elseif lv==6 then
return c:IsFaceup() and c:GetLevel()>=6 end
return c:IsFaceup() and c:GetLevel()>=6
else
return false
end
end
function c32015116.rdop(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return 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