Commit c222f004 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #717 from sidschingis/patch-2

fix
parents 0e55d13f 66e882d1
...@@ -14,6 +14,7 @@ function c58947797.initial_effect(c) ...@@ -14,6 +14,7 @@ function c58947797.initial_effect(c)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(58947797,1)) e2:SetDescription(aux.Stringid(58947797,1))
e2:SetCategory(CATEGORY_TOGRAVE) e2:SetCategory(CATEGORY_TOGRAVE)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SPSUMMON_SUCCESS) e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetCost(c58947797.tgcost) e2:SetCost(c58947797.tgcost)
......
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