Commit ed8f344c authored by Tachibana's avatar Tachibana

12

parent f119ab46
Pipeline #3790 passed with stages
in 49 minutes and 54 seconds
...@@ -14,7 +14,7 @@ function c71400046.initial_effect(c) ...@@ -14,7 +14,7 @@ function c71400046.initial_effect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCondition(c71400046.con1) --e1:SetCondition(c71400046.con1)
e1:SetTarget(c71400046.tg1) e1:SetTarget(c71400046.tg1)
e1:SetOperation(c71400046.op1) e1:SetOperation(c71400046.op1)
c:RegisterEffect(e1) c:RegisterEffect(e1)
...@@ -47,9 +47,9 @@ end ...@@ -47,9 +47,9 @@ end
function c71400046.filter1(c,tp) function c71400046.filter1(c,tp)
return c:IsSummonPlayer(1-tp) and c:IsAbleToDeck() and c:IsLocation(LOCATION_MZONE) return c:IsSummonPlayer(1-tp) and c:IsAbleToDeck() and c:IsLocation(LOCATION_MZONE)
end end
function c71400046.con1(e,tp,eg,ep,ev,re,r,rp) --function c71400046.con1(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO) -- return e:GetHandler():IsSummonType(SUMMON_TYPE_SYNCHRO)
end --end
function c71400046.tg1(e,tp,eg,ep,ev,re,r,rp,chk) function c71400046.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
local g=eg:Filter(c71400046.filter1,nil,tp) local g=eg:Filter(c71400046.filter1,nil,tp)
local ct=g:GetCount() local ct=g:GetCount()
......
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