Commit 47b2a8bf authored by salix5's avatar salix5

Merge pull request #300 from nekrozar/patch-1

fix Harpie Dancer
parents dfa54753 22b5fac9
...@@ -35,7 +35,7 @@ function c68815132.sumfilter(c) ...@@ -35,7 +35,7 @@ function c68815132.sumfilter(c)
end end
function c68815132.operation(e,tp,eg,ep,ev,re,r,rp) function c68815132.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and Duel.SendtoHand(tc,nil,REASON_EFFECT)>0 and tc:IsLocation(LOCATION_HAND+LOCATION_EXTRA) then if tc:IsRelateToEffect(e) and Duel.SendtoHand(tc,nil,REASON_EFFECT)>0 and tc:IsLocation(LOCATION_HAND) then
if Duel.IsExistingMatchingCard(c68815132.sumfilter,tp,LOCATION_HAND,0,1,nil) if Duel.IsExistingMatchingCard(c68815132.sumfilter,tp,LOCATION_HAND,0,1,nil)
and Duel.SelectYesNo(tp,aux.Stringid(68815132,1)) then and Duel.SelectYesNo(tp,aux.Stringid(68815132,1)) then
Duel.BreakEffect() Duel.BreakEffect()
......
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