Commit 5cc54314 authored by dest's avatar dest Committed by nanahira

fix Superheavy Samurai Gigagloves (#1059)

parent 4a04ad48
......@@ -43,8 +43,7 @@ function c62017867.atkop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetDecktopGroup(tp,1)
local tc=g:GetFirst()
Duel.DisableShuffleCheck()
if tc:IsSetCard(0x9a) then
Duel.SendtoHand(tc,nil,REASON_EFFECT)
if tc:IsSetCard(0x9a) and Duel.SendtoHand(tc,nil,REASON_EFFECT)~=0 then
Duel.ShuffleHand(tp)
local at=Duel.GetAttacker()
if at:IsFaceup() and at:IsRelateToBattle() then
......
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