Commit cfd701ed authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 919177ed
...@@ -22,6 +22,7 @@ function c26806009.initial_effect(c) ...@@ -22,6 +22,7 @@ function c26806009.initial_effect(c)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_NO_TURN_RESET) e3:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_NO_TURN_RESET)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
e3:SetCountLimit(1)
e3:SetTarget(c26806009.sptg) e3:SetTarget(c26806009.sptg)
e3:SetOperation(c26806009.spop) e3:SetOperation(c26806009.spop)
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