Commit ff74bbb7 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Super Conduction Machine Imperion Magnum (#456)

parent 277e5773
......@@ -28,7 +28,7 @@ function c4628897.initial_effect(c)
e3:SetDescription(aux.Stringid(4628897,1))
e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL+EFFECT_FLAG_DELAY)
e3:SetCode(EVENT_LEAVE_FIELD)
e3:SetCondition(c4628897.spcon)
e3:SetTarget(c4628897.sptg)
......
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