Commit 2c76eb11 authored by DailyShana's avatar DailyShana

Merge pull request #366 from nekrozar/patch-6

fix Dark Magic Circle
parents 6aea5963 27d0ecdb
...@@ -49,7 +49,7 @@ function c47222536.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -49,7 +49,7 @@ function c47222536.activate(e,tp,eg,ep,ev,re,r,rp)
else Duel.SortDecktop(tp,tp,3) end else Duel.SortDecktop(tp,tp,3) end
end end
function c47222536.cfilter(c,tp) function c47222536.cfilter(c,tp)
return c:IsCode(46986414) and c:IsControler(tp) return c:IsFaceup() and c:IsCode(46986414) and c:IsControler(tp)
end end
function c47222536.rmcon(e,tp,eg,ep,ev,re,r,rp) function c47222536.rmcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c47222536.cfilter,1,nil,tp) return eg:IsExists(c47222536.cfilter,1,nil,tp)
......
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