Commit 3ce78b45 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c22134515.lua

parent 6d593e52
Pipeline #31116 passed with stages
in 45 minutes and 18 seconds
......@@ -38,7 +38,7 @@ function s.initial_effect(c)
c:RegisterEffect(ec1)
-- 检测指示物是否属于自主减少
local ec0=Effect.CreateEffect(c)
ec0:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_SINGLE)
ec0:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
ec0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
ec0:SetRange(LOCATION_MZONE+LOCATION_PZONE)
ec0:SetCode(EVENT_REMOVE_COUNTER+0x760)
......@@ -279,10 +279,11 @@ function s.tdfilter2(c)
end
-- 用于让卡被无效之后指示物也不会被去除
function s.chkcop(e,tp,eg,ep,ev,re,r,rp)
e22134515 = e
local cnt = e:GetHandler():GetCounter(0x760)
local chc = e:GetLabel()
if chc then
if chc>=cnt then
if chc>=cnt and cnt<=1 and e:GetHandler():GetFlagEffect(22134501)==0 then
e:SetLabel(chc)
Duel.RaiseEvent(e:GetHandler(),EVENT_CUSTOM+id,e,0,0,0,0)
return
......@@ -306,5 +307,5 @@ function s.htccop(e,tp,eg,ep,ev,re,r,rp)
end
function s.resetcop(e,tp,eg,ep,ev,re,r,rp)
Duel.GetLabel(e22134515)
e22134515:SetLabel()
e22134515:SetLabel(0)
end
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