Commit 68a635ae authored by Huangnan's avatar Huangnan

Update c1009029.lua

parent bea92995
Pipeline #17805 passed with stages
in 29 minutes and 45 seconds
...@@ -134,10 +134,8 @@ end ...@@ -134,10 +134,8 @@ end
function c1009029.remop(e,tp,eg,ep,ev,re,r,rp) function c1009029.remop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local g=Duel.GetFieldGroup(tp,0,0x18) local g=Duel.GetFieldGroup(tp,0,0x18)
Duel.SendtoDeck(g,nil,2,REASON_EFFECT) local ct=Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
local og=Duel.GetOperatedGroup() if ct~=0 then
local ct=og:FilterCount(c1009029.sgfilter,nil,1-tp)
if ct>0 then
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetCode(EFFECT_UPDATE_ATTACK)
......
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