Commit 529be148 authored by mercury233's avatar mercury233
parent 4ba50834
...@@ -61,7 +61,7 @@ function c37542782.hspop(e,tp,eg,ep,ev,re,r,rp,c) ...@@ -61,7 +61,7 @@ function c37542782.hspop(e,tp,eg,ep,ev,re,r,rp,c)
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
end end
function c37542782.efilter(e,re) function c37542782.efilter(e,re)
return e:GetHandlerPlayer()~=re:GetHandlerPlayer() and re:IsActivated() return e:GetHandlerPlayer()~=re:GetOwnerPlayer() and re:IsActivated()
end end
function c37542782.eqfilter(c,tp) function c37542782.eqfilter(c,tp)
return c:IsType(TYPE_MONSTER) and (c:IsControler(tp) or c:IsAbleToChangeControler()) return c:IsType(TYPE_MONSTER) and (c:IsControler(tp) or c:IsAbleToChangeControler())
......
...@@ -75,7 +75,7 @@ function c79194594.immop(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,7 +75,7 @@ function c79194594.immop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c79194594.efilter(e,te) function c79194594.efilter(e,te)
return te:IsActiveType(e:GetLabel()) and te:GetHandlerPlayer()~=e:GetHandlerPlayer() return te:IsActiveType(e:GetLabel()) and te:GetOwnerPlayer()~=e:GetHandlerPlayer()
end end
function c79194594.thcon(e,tp,eg,ep,ev,re,r,rp) function c79194594.thcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
...@@ -92,5 +92,5 @@ function c87564935.efilter1(e,re,rp) ...@@ -92,5 +92,5 @@ function c87564935.efilter1(e,re,rp)
return rp==1-e:GetHandlerPlayer() and re:IsActiveType(TYPE_MONSTER) return rp==1-e:GetHandlerPlayer() and re:IsActiveType(TYPE_MONSTER)
end end
function c87564935.efilter2(e,te) function c87564935.efilter2(e,te)
return te:GetHandlerPlayer()~=e:GetHandlerPlayer() and te:IsActiveType(TYPE_MONSTER) return te:GetOwnerPlayer()~=e:GetHandlerPlayer() and te:IsActiveType(TYPE_MONSTER)
end end
...@@ -41,7 +41,7 @@ function c91228233.immtg(e,c) ...@@ -41,7 +41,7 @@ function c91228233.immtg(e,c)
return c:GetEquipCount()>0 and c:GetEquipGroup():IsExists(Card.IsCode,1,nil,92341815) return c:GetEquipCount()>0 and c:GetEquipGroup():IsExists(Card.IsCode,1,nil,92341815)
end end
function c91228233.immval(e,re) function c91228233.immval(e,re)
return re:IsActivated() and re:GetHandlerPlayer()~=e:GetHandlerPlayer() return re:IsActivated() and re:GetOwnerPlayer()~=e:GetHandlerPlayer()
end end
function c91228233.drcon(e,tp,eg,ep,ev,re,r,rp) function c91228233.drcon(e,tp,eg,ep,ev,re,r,rp)
local rc=eg:GetFirst() local rc=eg:GetFirst()
......
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