Commit 06ce0f8f authored by mercury233's avatar mercury233 Committed by GitHub

fix ランカの蟲惑魔

parent 86a6a313
......@@ -62,7 +62,8 @@ function c82738277.rettg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c82738277.retop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsFacedown() and Duel.SendtoHand(tc,nil,REASON_EFFECT)>0 then
if tc:IsRelateToEffect(e) and tc:IsFacedown()
and Duel.SendtoHand(tc,nil,REASON_EFFECT)>0 and tc:IsLocation(LOCATION_HAND) then
local g=Duel.GetMatchingGroup(Card.IsSSetable,tp,LOCATION_HAND,0,nil)
if g:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(82738277,2)) then
Duel.ShuffleHand(tp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment