Commit 9196d54f authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 5fab8ceb
No preview for this file type
......@@ -56,7 +56,7 @@ function c81016015.splimit(e,c)
return not c:IsSetCard(0x81d)
end
function c81016015.cfilter(c)
return c:IsSetCard(0x81d) and not c==e:GetHandler()
return c:IsSetCard(0x81d) and not c:IsCode(81016015)
end
function c81016015.rmcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,c81016015.cfilter,1,nil) 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