Commit 4dd02dae authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12037003.lua

parent 3b745a0c
......@@ -88,7 +88,7 @@ function c12037003.op1(e,tp,eg,ep,ev,re,r,rp)
if not tc:IsRelateToEffect(e) then return end
if tc:IsImmuneToEffect(e) then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sg=Duel.SelectMatchingCard(tp,c12037003.exfilter1,tp,LOCATION_EXTRA,0,1,1,nil,e,tp,tc)
local sg=Duel.SelectMatchingCard(tp,c12037003.spfilter2,tp,LOCATION_EXTRA,0,1,1,nil,e,tp,tc)
local sc=sg:GetFirst()
if sc then
local mg=tc:GetOverlayGroup()
......
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