Commit e4a34e11 authored by Grajade's avatar Grajade

Update c19027.lua

parent 5fdf92ba
Pipeline #13553 passed with stage
in 35 seconds
......@@ -53,11 +53,13 @@ function c19027.desop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_FORBIDDEN)
e1:SetReset(RESET_EVENT+0x1fc0000+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1)
--[[
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE)
e2:SetReset(RESET_EVENT+0x1fc0000+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e2)
]]--
tc=g:GetNext()
end
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