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 85a7ed8 commit ff0443eCopy full SHA for ff0443e
rush/c160025041.lua
@@ -33,14 +33,14 @@ function s.spfilter(c,e,tp)
33
end
34
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
35
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
36
- and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_GRAVE|LOCATION_HAND,0,1,nil,e,tp) end
37
- Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_GRAVE|LOCATION_HAND)
+ and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_HAND,0,1,nil,e,tp) end
+ Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND)
38
39
function s.operation(e,tp,eg,ep,ev,re,r,rp)
40
local c=e:GetHandler()
41
--Effect
42
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
43
- local g=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_GRAVE|LOCATION_HAND,0,1,1,nil,e,tp)
+ local g=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_HAND,0,1,1,nil,e,tp)
44
if #g>0 then
45
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
46
local tc=g:GetFirst()
0 commit comments