Commit a939da2f authored by TanakaKotoha's avatar TanakaKotoha

fix

parent b1d5d6eb
......@@ -39,7 +39,7 @@ function cm.initial_effect(c)
--search
local e5=Effect.CreateEffect(c)
e5:SetDescription(aux.Stringid(17035200,0))
e5:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e5:SetCategory(CATEGORY_TODECK)
e5:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e5:SetCode(EVENT_LEAVE_FIELD)
e5:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY+EFFECT_FLAG_PLAYER_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