Commit bba6206f authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 7e370f1c
......@@ -18,7 +18,7 @@ function cm.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,0))
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetCountLimit(1,m+1)
e2:SetCountLimit(1,m+10000)
e2:SetRange(LOCATION_MZONE)
e2:SetCost(cm.tgcost)
--e2:SetTarget(cm.target)
......
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