Commit 40c45352 authored by GuGu's avatar GuGu

Update c34045.lua

parent 44f9ad69
Pipeline #32940 passed with stage
in 11 seconds
...@@ -39,7 +39,7 @@ end ...@@ -39,7 +39,7 @@ end
-- 效果处理 -- 效果处理
function s.activate(e,tp,eg,ep,ev,re,r,rp) function s.activate(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetTargetCards(e) local sg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
if #sg==0 then return end if #sg==0 then return 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