We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8818f0 commit 9ea3b72Copy full SHA for 9ea3b72
official/c65433790.lua
@@ -47,7 +47,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
47
if not (c:IsRelateToEffect(e)
48
and Duel.GetLocationCount(ep,LOCATION_MZONE)>0
49
and Duel.IsExistingMatchingCard(s.spfilter,ep,LOCATION_HAND|LOCATION_DECK,0,1,nil,e,ep)
50
- and Duel.SelectYesNo(ep,aux.Stringid(id,1)) then return end
+ and Duel.SelectYesNo(ep,aux.Stringid(id,1))) then return end
51
Duel.Hint(HINT_SELECTMSG,ep,HINTMSG_SPSUMMON)
52
local sg=Duel.SelectMatchingCard(ep,s.spfilter,ep,LOCATION_HAND|LOCATION_DECK,0,1,1,nil,e,ep)
53
if #sg>0 and Duel.SpecialSummon(sg,0,ep,ep,false,false,POS_FACEUP)>0 then
0 commit comments