Commit b8a937bf authored by GuGu's avatar GuGu

Update c1111202.lua

parent ba2adde2
Pipeline #29113 passed with stage
in 7 seconds
......@@ -80,7 +80,7 @@ function c1111202.op2(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local sg=Duel.SelectMatchingCard(tp,c1111202.tfilter2_1,tp,LOCATION_SZONE,0,1,1,nil)
if sg:GetCount()<1 then return end
if Duel.SendtoGrave(g,REASON_EFFECT)<1 then return end
if Duel.SendtoGrave(sg,REASON_EFFECT)<1 then return end
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(1111202,4))
local tc=Duel.SelectMatchingCard(tp,c1111202.tfilter2_2,tp,LOCATION_GRAVE,0,1,1,nil):GetFirst()
if tc then
......
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