Commit 75589ab8 authored by wyykak's avatar wyykak

Merge branch 'bugfix211229_1' into 'master'

fix setType

See merge request hiiragiguardians/ygopro-thc-cards!3
parents a9337593 21ec9e5d
......@@ -9,7 +9,7 @@ function M.initial_effect(c)
c:RegisterEffect(e0)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
e1:SetDescription(aux.Stringid(Mid, 0))
e1: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