Commit b28344ea authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c16348033.lua

parent 60d7c775
Pipeline #32417 failed with stages
in 25 minutes and 29 seconds
......@@ -23,13 +23,13 @@ function c16348033.initial_effect(c)
local e3=Effect.CreateEffect(c)
e3:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOEXTRA)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetCode(EVENT_LEAVE_FIELD)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY)
e3:SetCountLimit(1,16348033+1)
e3:SetCondition(c16348033.spcon)
e3:SetTarget(c16348033.sptg)
e3:SetOperation(c16348033.spop)
c:RegisterEffect(e3)
end
function c16348033.mfilter1(c)
......
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