99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
, 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)
Duel.RegisterEffect(effect_101
, 0)
|
|
|
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
, LOCATION_DECK
, 0
, str_1
, str_1
, nil)
cache_1 = cache_1:GetCount()
if cache_1 > 0 then
Duel.SendtoHand(str_1
, nil
, REASON_RULE)
end
end
effect_101:SetOperation(cache_1)
Duel.RegisterEffect(effect_101
, 0)
|