Commit 9bd5759d authored by Vee4's avatar Vee4

Update c100256013.lua

parent 736bcaad
......@@ -92,7 +92,7 @@ function s.actlimit(e,re,tp)
return re:IsActiveType(TYPE_MONSTER) and re:GetHandler():IsLocation(LOCATION_MZONE)
end
function s.atkcon(e)
return e:GetHandler():IsSummonType(TYPE_PENDULUM)
return e:GetHandler():IsSummonType(SUMMON_TYPE_PENDULUM)
end
function s.atkval(e,c)
local l,r=Duel.GetFieldCard(e:GetHandlerPlayer(),LOCATION_PZONE,0),Duel.GetFieldCard(e:GetHandlerPlayer(),LOCATION_PZONE,1)
......
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