Commit 20ecf2d7 authored by GuGu's avatar GuGu

Update c31501.lua 与新卡的联动

parent 14273645
Pipeline #21217 passed with stage
in 59 seconds
......@@ -52,6 +52,8 @@ function c31501.operation(e,tp,eg,ep,ev,re,r,rp)
c31501.drop(e,tp,eg,ep,ev,re,r,rp)
elseif tc:IsCode(31060) then
c31060.desop(e,tp,eg,ep,ev,re,r,rp)
elseif tc:IsCode(31093) then
c31093.thop(e,tp,eg,ep,ev,re,r,rp)
else return
end
local e1=Effect.CreateEffect(c)
......
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