Commit 7decd4a8 authored by Vee4's avatar Vee4

Update c101208039.lua

parent 629ee21d
Pipeline #31462 passed with stages
in 1 minute and 23 seconds
......@@ -29,7 +29,7 @@ function s.initial_effect(c)
--search
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(id,2))
e3:SetCategory(CATEGORY_TOHAND|CATEGORY_SEARCH)
e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_BE_MATERIAL)
e3:SetProperty(EFFECT_FLAG_DELAY)
......
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