Commit 109b93c3 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #641 from woodee/patch-38

fix
parents 37ee9a11 f74513c1
......@@ -18,6 +18,7 @@ function c14677495.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e2:SetCode(EVENT_CHANGE_POS)
e2:SetCountLimit(1)
e2:SetCondition(c14677495.spcon2)
e2:SetTarget(c14677495.sptg2)
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