Commit 61533e76 authored by nekrozar's avatar nekrozar
parent 1636a89c
......@@ -27,8 +27,8 @@ end
function c84388461.filter(c)
return c:IsSetCard(0xb4)
end
function c84388461.mfilter(c,e,tp)
return c~=e:GetHandler()
function c84388461.mfilter(c,e,tp,chk)
return not chk or c~=e:GetHandler()
end
function c84388461.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsReleasable() 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