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

Replace c31710007.lua

parent 9c6c663d
Pipeline #31005 passed with stages
in 43 minutes and 11 seconds
...@@ -34,8 +34,9 @@ function s.initial_effect(c) ...@@ -34,8 +34,9 @@ function s.initial_effect(c)
e3:SetCode(EVENT_FREE_CHAIN) e3:SetCode(EVENT_FREE_CHAIN)
e3:SetHintTiming(0,TIMINGS_CHECK_MONSTER) e3:SetHintTiming(0,TIMINGS_CHECK_MONSTER)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
e3:SetCountLimit(1)
c:RegisterEffect(e3) c:RegisterEffect(e3)
e3:SetCountLimit(1,id)
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
--e4:SetDescription(aux.Stringid(44146295,1)) --e4:SetDescription(aux.Stringid(44146295,1))
e4:SetCategory(CATEGORY_DESTROY) e4:SetCategory(CATEGORY_DESTROY)
...@@ -52,7 +53,7 @@ function s.initial_effect(c) ...@@ -52,7 +53,7 @@ function s.initial_effect(c)
--e5:SetProperty(EFFECT_FLAG_CARD_TARGET) --e5:SetProperty(EFFECT_FLAG_CARD_TARGET)
e5:SetCode(EVENT_PHASE+PHASE_STANDBY) e5:SetCode(EVENT_PHASE+PHASE_STANDBY)
e5:SetRange(LOCATION_SZONE) e5:SetRange(LOCATION_SZONE)
--e5:SetCountLimit(1) e5:SetCountLimit(1)
--e5:SetCondition(s.dcondition) --e5:SetCondition(s.dcondition)
e5:SetTarget(s.dtarget) e5:SetTarget(s.dtarget)
e5:SetOperation(s.doperation) e5:SetOperation(s.doperation)
......
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