Commit 29d9117f authored by Ma's avatar Ma

Update c69750546.lua

parent 60046c5c
...@@ -15,6 +15,7 @@ function c69750546.initial_effect(c) ...@@ -15,6 +15,7 @@ function c69750546.initial_effect(c)
e2:SetDescription(aux.Stringid(69750546,0)) e2:SetDescription(aux.Stringid(69750546,0))
e2:SetCategory(CATEGORY_DESTROY) e2:SetCategory(CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetCode(EVENT_TO_GRAVE) e2:SetCode(EVENT_TO_GRAVE)
e2:SetCondition(c69750546.descon) e2:SetCondition(c69750546.descon)
e2:SetCost(c69750546.descost) e2:SetCost(c69750546.descost)
......
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