Commit 51ba0182 authored by salix5's avatar salix5

fix

parent 6b9d2a2d
......@@ -14,7 +14,7 @@ function c72405967.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsEnvironment(47355498,tp)
end
function c72405967.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetMatchingGroupCount(nil,tp,LOCATION_HAND,LOCATION_HAND,e:GetHandler())>0 end
if chk==0 then return Duel.GetMatchingGroupCount(aux.TRUE,tp,LOCATION_HAND,LOCATION_HAND,e:GetHandler())>0 end
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,PLAYER_ALL,0)
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,PLAYER_ALL,LOCATION_HAND)
end
......
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