Commit 3b58d4aa authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent a2ff055b
...@@ -22,6 +22,7 @@ function c51412776.initial_effect(c) ...@@ -22,6 +22,7 @@ function c51412776.initial_effect(c)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_CUSTOM+51412776) e3:SetCode(EVENT_CUSTOM+51412776)
e3:SetRange(LOCATION_GRAVE) e3:SetRange(LOCATION_GRAVE)
e3:SetCountLimit(1,51412776)
e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY) e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DELAY)
e3:SetTarget(c51412776.thtg) e3:SetTarget(c51412776.thtg)
e3:SetOperation(c51412776.thop) e3:SetOperation(c51412776.thop)
......
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