Commit f74513c1 authored by woodee's avatar woodee

fix

add "once per turn"
parent 1fd8ccc9
...@@ -18,6 +18,7 @@ function c14677495.initial_effect(c) ...@@ -18,6 +18,7 @@ function c14677495.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e2:SetCode(EVENT_CHANGE_POS) e2:SetCode(EVENT_CHANGE_POS)
e2:SetCountLimit(1)
e2:SetCondition(c14677495.spcon2) e2:SetCondition(c14677495.spcon2)
e2:SetTarget(c14677495.sptg2) e2:SetTarget(c14677495.sptg2)
e2:SetOperation(c14677495.spop2) e2:SetOperation(c14677495.spop2)
......
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