Commit 6d77d32e authored by nanahira's avatar nanahira

save

parent 9320bb8d
......@@ -17,18 +17,17 @@ function cm.initial_effect(c)
e1:SetOperation(cm.activate)
c:RegisterEffect(e1)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,1))
e1:SetDescription(aux.Stringid(m,0))
e1:SetCategory(CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetHintTiming(0,0x1c0)
e1:SetCountLimit(ctlm)
e1:SetCountLimit(1)
e1:SetCondition(function(e) return e:GetHandler():GetLinkedGroup():IsExists(function(c) return c:GetOriginalCode()==37564765 end,1,nil) end)
e1:SetTarget(cm.target1)
e1:SetOperation(cm.operation1)
e1:SetReset(RESET_EVENT+0x1fe0000)
c:RegisterEffect(e1)
end
function cm.filter(c,e,tp)
......
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