Commit 6f626383 authored by sidschingis's avatar sidschingis

fix

fixed not triggering in the damage_step
parent a1c6f14c
...@@ -25,7 +25,7 @@ function c75380687.initial_effect(c) ...@@ -25,7 +25,7 @@ function c75380687.initial_effect(c)
e3:SetDescription(aux.Stringid(75380687,1)) e3:SetDescription(aux.Stringid(75380687,1))
e3:SetCategory(CATEGORY_SPECIAL_SUMMON) e3:SetCategory(CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY) e3:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP)
e3:SetCode(EVENT_DESTROYED) e3:SetCode(EVENT_DESTROYED)
e3:SetTarget(c75380687.sptg) e3:SetTarget(c75380687.sptg)
e3:SetOperation(c75380687.spop) e3:SetOperation(c75380687.spop)
......
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