Commit e5caea14 authored by mercury233's avatar mercury233 Committed by GitHub

fix オノマト選択

parent 19e5be54
...@@ -32,7 +32,7 @@ function c85119159.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -32,7 +32,7 @@ function c85119159.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c85119159.filter1(c) function c85119159.filter1(c)
return c:IsFaceup() and c:IsSetCard(0x8f,0x54,0x59,0x82) return c:IsFaceup() and c:GetLevel()>0 and c:IsSetCard(0x8f,0x54,0x59,0x82)
end end
function c85119159.filter2(c) function c85119159.filter2(c)
return c:IsFaceup() and c:GetLevel()>0 return c:IsFaceup() and c:GetLevel()>0
......
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