Commit a1085726 authored by wind2009's avatar wind2009

Merge branch 'patch-4' into 'master'

Update c100256013.lua

See merge request !249
parents 736bcaad 9bd5759d
Pipeline #42081 failed with stages
in 2 minutes and 30 seconds
...@@ -92,7 +92,7 @@ function s.actlimit(e,re,tp) ...@@ -92,7 +92,7 @@ function s.actlimit(e,re,tp)
return re:IsActiveType(TYPE_MONSTER) and re:GetHandler():IsLocation(LOCATION_MZONE) return re:IsActiveType(TYPE_MONSTER) and re:GetHandler():IsLocation(LOCATION_MZONE)
end end
function s.atkcon(e) function s.atkcon(e)
return e:GetHandler():IsSummonType(TYPE_PENDULUM) return e:GetHandler():IsSummonType(SUMMON_TYPE_PENDULUM)
end end
function s.atkval(e,c) function s.atkval(e,c)
local l,r=Duel.GetFieldCard(e:GetHandlerPlayer(),LOCATION_PZONE,0),Duel.GetFieldCard(e:GetHandlerPlayer(),LOCATION_PZONE,1) 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