Commit 835da612 authored by DailyShana's avatar DailyShana

ruling change of activation limit

parent 6f6165cc
......@@ -60,7 +60,7 @@ function c13529466.econ2(e)
return e:GetHandler():GetFlagEffect(13529467)~=0
end
function c13529466.elimit(e,re,tp)
return re:IsActiveType(TYPE_MONSTER) and not re:GetHandler():IsImmuneToEffect(e)
return re:IsActiveType(TYPE_MONSTER)
end
function c13529466.atkcon(e)
return e:GetHandler():GetFlagEffect(13529468)~=0
......
......@@ -76,7 +76,7 @@ end
function c19619755.limval(e,re,rp)
local rc=re:GetHandler()
local tp=rc:GetControler()
return rc:IsLocation(LOCATION_MZONE) and re:IsActiveType(TYPE_MONSTER) and not rc:IsImmuneToEffect(e)
return rc:IsLocation(LOCATION_MZONE) and re:IsActiveType(TYPE_MONSTER)
and Duel.GetMatchingGroupCount(c19619755.countfilter,tp,LOCATION_SZONE,0,nil)==0
end
function c19619755.atkcon0(e)
......
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