Commit bd7a0f53 authored by mercury233's avatar mercury233 Committed by GitHub

fix 光来する奇跡

parent 3a79f79e
...@@ -20,6 +20,7 @@ function c365213.initial_effect(c) ...@@ -20,6 +20,7 @@ function c365213.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--apply --apply
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(365213,0))
e3:SetCategory(CATEGORY_DRAW+CATEGORY_SPECIAL_SUMMON) e3:SetCategory(CATEGORY_DRAW+CATEGORY_SPECIAL_SUMMON)
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_SPSUMMON_SUCCESS) e3:SetCode(EVENT_SPSUMMON_SUCCESS)
......
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