Commit c220f3cf authored by wind2009's avatar wind2009

Merge branch 'patch-8' into 'master'

Fix 真魔六武衆-キザン

See merge request mycard/pre-release-database-cdb!167
parents bc7fb6f3 e3c5422d
......@@ -9,7 +9,7 @@ function s.initial_effect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x3d))
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x103d))
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetValue(600)
e1:SetCondition(s.atkcon)
......
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