Commit 0547177b authored by GuGu's avatar GuGu

Update c31064.lua

parent e1552f08
Pipeline #30792 passed with stage
in 23 seconds
...@@ -98,7 +98,7 @@ function c31064.ctop3(e,tp,eg,ep,ev,re,r,rp) ...@@ -98,7 +98,7 @@ function c31064.ctop3(e,tp,eg,ep,ev,re,r,rp)
e:GetHandler():AddCounter(0x254c,2) e:GetHandler():AddCounter(0x254c,2)
end end
function c31064.filter1(c) function c31064.filter1(c)
return c:IsFaceup() and c:IsSetCard(0x258) and not c:IsType(TYPE_LINK) return c:IsFaceup() and c:IsSetCard(0x258) and c:IsLevelAbove(2) and not c:IsType(TYPE_LINK)
end end
function c31064.target1(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c31064.target1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c31064.filter1(chkc) end if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c31064.filter1(chkc) 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