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 5ce10d5 commit 1aa7370Copy full SHA for 1aa7370
pre-release/c100450020.lua
@@ -72,7 +72,8 @@ function s.spfilter(c,e,tp)
72
end
73
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
74
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_GRAVE) and s.spfilter(chkc,e,tp) end
75
- if chk==0 then return Duel.IsExistingTarget(s.spfilter,tp,LOCATION_GRAVE,0,1,nil,e,tp) end
+ if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
76
+ and Duel.IsExistingTarget(s.spfilter,tp,LOCATION_GRAVE,0,1,nil,e,tp) end
77
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
78
local g=Duel.SelectTarget(tp,s.spfilter,tp,LOCATION_GRAVE,0,1,1,nil,e,tp)
79
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,1,tp,0)
@@ -82,4 +83,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
82
83
if tc:IsRelateToEffect(e) then
84
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
85
-end
86
+end
0 commit comments