Commit fdaf9664 authored by Grajade's avatar Grajade

Update c50343.lua

parent 5ae9d685
Pipeline #15412 passed with stage
in 42 seconds
...@@ -75,5 +75,5 @@ function c50343.efilter(e,te) ...@@ -75,5 +75,5 @@ function c50343.efilter(e,te)
return te:IsHasType(EFFECT_TYPE_ACTIONS) and te:IsHasProperty(EFFECT_FLAG_CARD_TARGET) and c:IsRelateToEffect(te) and te:GetOwnerPlayer()~=e:GetHandlerPlayer() return te:IsHasType(EFFECT_TYPE_ACTIONS) and te:IsHasProperty(EFFECT_FLAG_CARD_TARGET) and c:IsRelateToEffect(te) and te:GetOwnerPlayer()~=e:GetHandlerPlayer()
end end
function c50343.immcon(e) function c50343.immcon(e)
return e:GetHandler():IsSummonType(SUMMON_TYPE_NORMAL) return e:GetHandler():IsSummonType(SUMMON_TYPE_SPECIAL)
end end
\ No newline at end of file
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