Commit 13adab67 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent b0358572
...@@ -12,6 +12,7 @@ function c36378044.initial_effect(c) ...@@ -12,6 +12,7 @@ function c36378044.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_ATTACK_ANNOUNCE) e2:SetCode(EVENT_ATTACK_ANNOUNCE)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetCountLimit(1)
e2:SetCondition(c36378044.atkcon) e2:SetCondition(c36378044.atkcon)
e2:SetTarget(c36378044.atktg) e2:SetTarget(c36378044.atktg)
e2:SetOperation(c36378044.atkop) e2:SetOperation(c36378044.atkop)
......
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