Skip to content

Commit ff0443e

Browse files
committed
fixed Lightclad Dragon Egg
1 parent 85a7ed8 commit ff0443e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rush/c160025041.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ function s.spfilter(c,e,tp)
3333
end
3434
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
3535
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)
36+
and Duel.IsExistingMatchingCard(s.spfilter,tp,LOCATION_HAND,0,1,nil,e,tp) end
37+
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND)
3838
end
3939
function s.operation(e,tp,eg,ep,ev,re,r,rp)
4040
local c=e:GetHandler()
4141
--Effect
4242
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)
43+
local g=Duel.SelectMatchingCard(tp,s.spfilter,tp,LOCATION_HAND,0,1,1,nil,e,tp)
4444
if #g>0 then
4545
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
4646
local tc=g:GetFirst()

0 commit comments

Comments
 (0)