Skip to content

Commit f9b894c

Browse files
authored
Update c101208037.lua
1 parent 8373907 commit f9b894c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre-release/c101208037.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
7979
local c=e:GetHandler()
8080
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RTOHAND)
8181
local tc=Duel.SelectMatchingCard(tp,s.thfilter,tp,LOCATION_MZONE,0,1,1,nil,tp):GetFirst()
82-
if Duel.SendtoHand(tc,nil,REASON_EFFECT)>0 and tc:IsLocation(LOCATION_HAND|LOCATION_EXTRA)
82+
if tc and Duel.SendtoHand(tc,nil,REASON_EFFECT)>0 and tc:IsLocation(LOCATION_HAND|LOCATION_EXTRA)
8383
and c:IsRelateToEffect(e) then
8484
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
8585
end
86-
end
86+
end

0 commit comments

Comments
 (0)