Commit d80c66c4 authored by 伊蕾娜's avatar 伊蕾娜

fix:修复鸟锅cdb问题和雷云剑lua问题

parent ea4f1bf2
Pipeline #19739 passed with stage
in 45 seconds
No preview for this file type
No preview for this file type
......@@ -123,12 +123,9 @@ function cCardno.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
function cCardno.eqlimit(e,c)
return e:GetOwner()==c
end
--Activate
function cCardno.filter(c)
return c:IsFaceup()
return c:IsFaceup() and c:IsSetCard(0x713,0x5208)
end
function cCardno.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and cCardno.filter(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