Commit e317bbdb authored by GuGu's avatar GuGu

Update c25075.lua 获得了多余的无效状态

parent d664b0a3
Pipeline #22234 passed with stage
in 50 seconds
......@@ -16,6 +16,7 @@ function c25075.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetLabelObject(tc)
e1:SetReset(RESET_PHASE+PHASE_END+RESET_OPPO_TURN,1)
Duel.RegisterEffect(e1,tp)
--[[
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_DISABLE)
......@@ -24,6 +25,7 @@ function c25075.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetLabelObject(tc)
e2:SetReset(RESET_PHASE+PHASE_END+RESET_OPPO_TURN,1)
Duel.RegisterEffect(e2,tp)
]]
end
function c25075.bantg(e,c)
return c:IsSetCard(0x125) and c:IsType(TYPE_MONSTER)
......
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