Commit fa0ff7f3 authored by salix5's avatar salix5

Merge pull request #1215 from Tianchenglipu/patch-3

Update c69176131.lua
parents f2643eed ce90ccdf
...@@ -12,5 +12,11 @@ function c69176131.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -12,5 +12,11 @@ function c69176131.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckRemoveOverlayCard(tp,1,1,1,REASON_EFFECT) end if chk==0 then return Duel.CheckRemoveOverlayCard(tp,1,1,1,REASON_EFFECT) end
end end
function c69176131.activate(e,tp,eg,ep,ev,re,r,rp) function c69176131.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.RemoveOverlayCard(tp,1,1,1,1,REASON_EFFECT) local sg=Duel.GetMatchingGroup(Card.CheckRemoveOverlayCard,tp,LOCATION_MZONE,LOCATION_MZONE,nil,tp,1,REASON_EFFECT)
local rg=nil
if sg:GetCount()==1 then rg=sg else
rg=sg:Select(tp,1,1,nil)
Duel.HintSelection(rg)
end
rg:GetFirst():RemoveOverlayCard(tp,1,1,REASON_EFFECT)
end 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