Commit 2dbece11 authored by xiaoye's avatar xiaoye

Update c37573005.lua

parent 45cd16fb
Pipeline #35729 failed with stage
in 17 seconds
......@@ -138,7 +138,6 @@ cm.e2 = {
Duel.Hint(HINT_SELECTMSG, tp, HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp, cm.e2.filter, tp, LOCATION_EXTRA, 0, 1, 1, nil, e, tp)
if g:GetCount()>0 then
Duel.HintSelection(g)
Duel.SpecialSummon(g, 0, tp, tp, false, false, POS_FACEUP)
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