Commit c055b7d2 authored by DailyShana's avatar DailyShana

fix

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