55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
, Card.IsAbleToHand
, player_who_activate_the_effect
, LOCATION_DECK
, 0
, str_1
, str_1
, nil)
cache_1 = cache_1::GetCount()
if cache_1 > 0 then
Duel.SendtoHand(cache_1
, nil
, REASON_RULE)
end
end
effect_101:SetOperation(cache_1)
|
|
|
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
, Card.IsAbleToHand
, player_who_activate_the_effect
, LOCATION_DECK
, 0
, str_1
, str_1
, nil)
cache_1 = cache_1:GetCount()
if cache_1 > 0 then
Duel.SendtoHand(cache_1
, nil
, REASON_RULE)
end
end
effect_101:SetOperation(cache_1)
|