Commit 406f7c63 authored by mercury233's avatar mercury233

fix 剣闘獣アトリクス

parent 1c12127e
...@@ -5,6 +5,7 @@ function c52502677.initial_effect(c) ...@@ -5,6 +5,7 @@ function c52502677.initial_effect(c)
e1:SetDescription(aux.Stringid(52502677,0)) e1:SetDescription(aux.Stringid(52502677,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS) e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCondition(aux.gbspcon) e1:SetCondition(aux.gbspcon)
e1:SetCost(c52502677.cost) e1:SetCost(c52502677.cost)
e1:SetOperation(c52502677.operation) e1:SetOperation(c52502677.operation)
......
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