Commit f6a58210 authored by wind2009's avatar wind2009

Merge branch 'patch-3' into 'master'

Fix Mimighoul Dungeon

See merge request mycard/pre-release-database-cdb!75
parents 59d476dc 9d2b3ce3
......@@ -34,7 +34,7 @@ function s.initial_effect(c)
e5:SetType(EFFECT_TYPE_FIELD)
e5:SetCode(EFFECT_UPDATE_ATTACK)
e5:SetRange(LOCATION_FZONE)
e5:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e5:SetTargetRange(LOCATION_MZONE,0)
e5:SetValue(s.atkval)
e5:SetTarget(s.atktg)
c:RegisterEffect(e5)
......
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