Commit 8398fc35 authored by GuGu's avatar GuGu

Update c1153301.lua

parent fe057de5
Pipeline #32615 passed with stage
in 1 minute and 13 seconds
......@@ -67,7 +67,7 @@ function c1153301.tfilter(c,ev,re,rp)
if not tg then return true end
if code==EVENT_CHAINING then
local cid=Duel.GetChainInfo(ev-1,CHAININFO_CHAIN_ID)
local ceg,cep,cev,cre,cr,crp=table.unpack(Senya.previous_chain_info[cid])
local ceg,cep,cev,cre,cr,crp=table.unpack(c1153301.previous_chain_info[cid])
return tg(re,rp,ceg,cep,cev,cre,cr,crp,0)
else
local ex,ceg,cep,cev,cre,cr,crp=Duel.CheckEvent(code,true)
......
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