Skip to content

Commit 78197d2

Browse files
authored
Update c50793215.lua
1 parent 16cc1fa commit 78197d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

official/c50793215.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ function s.thspop(e,tp,eg,ep,ev,re,r,rp)
6969
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(id,2))
7070
local sc=Duel.SelectMatchingCard(tp,s.thspfilter,tp,LOCATION_DECK,0,1,1,nil,e,tp,mzone_chk):GetFirst()
7171
if not sc then return end
72-
local tc=Duel.GetFirstTarget()
73-
local hand_or_ss_chk=aux.ToHandOrElse(sc,tp,
72+
local tohand_or_ss_chk=aux.ToHandOrElse(sc,tp,
7473
function() return mzone_chk and sc:IsCanBeSpecialSummoned(e,0,tp,false,false) end,
7574
function() return Duel.SpecialSummon(sc,0,tp,tp,false,false,POS_FACEUP) end,
7675
aux.Stringid(id,3)
7776
)
78-
if hand_or_ss_chk and tc:IsRelateToEffect(e) then
77+
local tc=Duel.GetFirstTarget()
78+
if tohand_or_ss_chk and tc:IsRelateToEffect(e) then
7979
Duel.SendtoHand(tc,nil,REASON_EFFECT)
8080
end
8181
end

0 commit comments

Comments
 (0)