97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
, 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)
|
|
|
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
, 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)
|