Skip to content

Commit 68417ae

Browse files
authored
Update "The World of Spirits"
Hint was showing card to send to GY rather than add to hand
1 parent d1f29c7 commit 68417ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre-release/c101208055.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ end
4343
function s.activate(e,tp,eg,ep,ev,re,r,rp)
4444
if Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil)
4545
and Duel.SelectYesNo(tp,aux.Stringid(id,3)) then
46-
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
46+
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
4747
local g=Duel.SelectMatchingCard(tp,s.thfilter,tp,LOCATION_DECK,0,1,1,nil)
4848
if #g>0 then
4949
Duel.SendtoHand(g,nil,REASON_EFFECT)
@@ -79,4 +79,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
7979
if #g>0 then
8080
Duel.Destroy(g,REASON_EFFECT)
8181
end
82-
end
82+
end

0 commit comments

Comments
 (0)