Commit 3faed187 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 3b2030ee
...@@ -40,7 +40,7 @@ function c19619755.initial_effect(c) ...@@ -40,7 +40,7 @@ function c19619755.initial_effect(c)
--double atk --double atk
local e5=Effect.CreateEffect(c) local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_FIELD) e5:SetType(EFFECT_TYPE_FIELD)
e5:SetCode(EFFECT_SET_ATTACK_FINAL) e5:SetCode(EFFECT_SET_ATTACK)
e5:SetRange(LOCATION_PZONE) e5:SetRange(LOCATION_PZONE)
e5:SetTargetRange(LOCATION_MZONE,0) e5:SetTargetRange(LOCATION_MZONE,0)
e5:SetCondition(c19619755.atkcon0) e5:SetCondition(c19619755.atkcon0)
......
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