Commit 8b4a7ea8 authored by salix5's avatar salix5

fix

parent a9124400
...@@ -5,7 +5,7 @@ function c75078585.initial_effect(c) ...@@ -5,7 +5,7 @@ function c75078585.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_TO_GRAVE) e1:SetCode(EVENT_TO_GRAVE)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e1:SetCondition(c75078585.condition) e1:SetCondition(c75078585.condition)
e1:SetTarget(c75078585.target) e1:SetTarget(c75078585.target)
e1:SetOperation(c75078585.operation) e1:SetOperation(c75078585.operation)
......
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