Commit c712f4ac authored by salix5's avatar salix5

Merge pull request #1321 from DailyShana/patch-2

fix
parents 1bc70fe5 c055b7d2
......@@ -19,7 +19,7 @@ function c1833916.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetRange(LOCATION_GRAVE)
e2:SetCode(EVENT_DAMAGE)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
e2:SetCountLimit(1,1833916)
e2:SetCondition(c1833916.spcon2)
e2:SetTarget(c1833916.sptg2)
......
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