Commit be6f34db authored by mercury233's avatar mercury233

fix

parent bbb3e237
...@@ -25,6 +25,7 @@ function c100428021.initial_effect(c) ...@@ -25,6 +25,7 @@ function c100428021.initial_effect(c)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET) e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
e3:SetCountLimit(1)
e3:SetTarget(c100428021.destg) e3:SetTarget(c100428021.destg)
e3:SetOperation(c100428021.desop) e3:SetOperation(c100428021.desop)
c:RegisterEffect(e3) c:RegisterEffect(e3)
......
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