Commit e1552f08 authored by GuGu's avatar GuGu

Update c4114112.lua

parent d8ee9dbe
Pipeline #29952 passed with stage
in 21 seconds
...@@ -57,11 +57,12 @@ function c4114112.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,11 +57,12 @@ function c4114112.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_IMMUNE_EFFECT) e2:SetCode(EFFECT_IMMUNE_EFFECT)
e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
e2:SetValue(c4114112.efilter) e2:SetValue(c4114112.efilter)
e2:SetOwnerPlayer(tp)
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
end end
end end
function c4114112.efilter(c,te,tp) function c4114112.efilter(e,te)
return te:GetHandlerPlayer()~=tp return te:GetOwnerPlayer()~=e:GetOwnerPlayer()
end end
function c4114112.handfilter(c) function c4114112.handfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsFacedown() or not c:IsSetCard(0x1141) return c:IsType(TYPE_MONSTER) and c:IsFacedown() or not c:IsSetCard(0x1141)
......
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