Commit fca24f48 authored by argon.sun's avatar argon.sun

fix

parent 03c2cadc
...@@ -10,7 +10,7 @@ function c62188962.initial_effect(c) ...@@ -10,7 +10,7 @@ function c62188962.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD) e2:SetType(EFFECT_TYPE_FIELD)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetCode(EFFECT_UPDATE_ATTACK) e2:SetCode(EFFECT_UPDATE_ATTACK)
e2:SetTargetRange(LOCATION_MZONE,0) e2:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e2:SetTarget(aux.TargetBoolFunction(Card.IsRace,RACE_ZOMBIE)) e2:SetTarget(aux.TargetBoolFunction(Card.IsRace,RACE_ZOMBIE))
e2:SetCondition(c62188962.atkcon) e2:SetCondition(c62188962.atkcon)
e2:SetValue(500) e2:SetValue(500)
......
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