Commit 9c7764b1 authored by Grajade's avatar Grajade

Update c1111003.lua

parent dbe95059
Pipeline #32934 passed with stage
in 7 seconds
...@@ -68,7 +68,7 @@ function c1111003.tfilter2(c,tp) ...@@ -68,7 +68,7 @@ function c1111003.tfilter2(c,tp)
and c:IsAbleToDeck() and c:IsAbleToDeck()
end end
function c1111003.tg2(e,tp,eg,ep,ev,re,r,rp,chk) function c1111003.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return r and r==REASON_EFFECT if chk==0 then return r and r==REASON_EFFECT and rp~=tp
and e:GetHandler():IsAbleToDeck() and e:GetHandler():IsAbleToDeck()
and eg:IsExists(c1111003.tfilter2,1,nil,tp) and eg:IsExists(c1111003.tfilter2,1,nil,tp)
and not eg:IsContains(e:GetHandler()) end and not eg:IsContains(e:GetHandler()) 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