Commit df67f844 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 679cd797
...@@ -16,7 +16,7 @@ function c33400004.initial_effect(c) ...@@ -16,7 +16,7 @@ function c33400004.initial_effect(c)
--search --search
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(33400004,1)) e3:SetDescription(aux.Stringid(33400004,1))
e3:SetCategory(CATEGORY_TOHAND) e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,33400004) e3:SetCountLimit(1,33400004)
......
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