Commit 3481289d authored by wind2009's avatar wind2009

Merge branch 'patch-5' into 'master'

Fix ブリーチヴァレル・ドラゴン

See merge request !260
parents 6a673b6b a3c93eea
Pipeline #42748 passed with stages
in 3 minutes and 17 seconds
......@@ -19,7 +19,7 @@ function s.initial_effect(c)
--atk up
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(id,1))
e2:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_SPECIAL_SUMMON)
e2:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_SPECIAL_SUMMON+CATEGORY_DECKDES)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_MZONE)
......
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