Commit 97eb0778 authored by Tachibana's avatar Tachibana

eme

parent 59ea1f8b
Pipeline #6497 passed with stages
in 42 minutes and 19 seconds
......@@ -23,6 +23,8 @@ function cm.initial_effect(c)
local e4=e2:Clone()
e4:SetCode(EFFECT_SET_ATTACK)
e4:SetValue(0)
e4:SetCode(EFFECT_SET_DEFENSE)
e4:SetValue(0)
c:RegisterEffect(e4)
--cannot attack
local e5=Effect.CreateEffect(c)
......
......@@ -14,7 +14,7 @@ function cm.initial_effect(c)
return c:IsType(TYPE_LINK) and c:IsLinkBelow(4) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and (not mg or mg:CheckSubGroup(gf,2,2,c,tp))
end
local function mf(c)
return c:GetSmmmonLocation()==LOCATION_EXTRA
return c:GetSummonLocation()==LOCATION_EXTRA
end
e1:SetTarget(function(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end
......
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