Commit ad3ae322 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/master' into master

parents 11cffbba 79740c40
...@@ -20,6 +20,7 @@ function c7563579.initial_effect(c) ...@@ -20,6 +20,7 @@ function c7563579.initial_effect(c)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) 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_DELAY)
e3:SetCode(EVENT_DESTROYED) e3:SetCode(EVENT_DESTROYED)
e3:SetCountLimit(1,7563580)
e3:SetCondition(c7563579.spcon2) e3:SetCondition(c7563579.spcon2)
e3:SetTarget(c7563579.sptg2) e3:SetTarget(c7563579.sptg2)
e3:SetOperation(c7563579.spop2) e3:SetOperation(c7563579.spop2)
......
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