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