Commit 2fe7f909 authored by salix5's avatar salix5

Merge pull request #1490 from nekrozar/patch-1

fix Delinquent Duo
parents 89e7a856 bb03f946
...@@ -16,7 +16,7 @@ function c44763025.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -16,7 +16,7 @@ function c44763025.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.PayLPCost(tp,1000) Duel.PayLPCost(tp,1000)
end end
function c44763025.target(e,tp,eg,ep,ev,re,r,rp,chk) function c44763025.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)>1 end if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)>0 end
Duel.SetTargetPlayer(tp) Duel.SetTargetPlayer(tp)
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,1-tp,2) Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,1-tp,2)
end 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