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

Replace c16348141.lua

parent 5e2de7d1
Pipeline #32419 passed with stages
in 40 minutes and 32 seconds
......@@ -26,9 +26,8 @@ function c16348141.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,16348141+1)
e3:SetCondition(c16348141.spcon)
e3:SetTarget(c16348141.sptg)
......
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