Commit ba1cd17e authored by TanakaKotoha's avatar TanakaKotoha

fix

parent e9402854
No preview for this file type
...@@ -18,7 +18,7 @@ function c33400403.initial_effect(c) ...@@ -18,7 +18,7 @@ function c33400403.initial_effect(c)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,33400403) e2:SetCountLimit(1,33400403+10000)
e2:SetTarget(c33400403.settg) e2:SetTarget(c33400403.settg)
e2:SetOperation(c33400403.setop) e2:SetOperation(c33400403.setop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
......
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