Commit fa83cbd6 authored by DailyShana's avatar DailyShana

fix

parent db524cc7
......@@ -26,6 +26,7 @@ function c69402394.activate(e,tp,eg,ep,ev,re,r,rp)
and Duel.SelectYesNo(1-tp,aux.Stringid(69402394,0)) then
Duel.DiscardHand(1-tp,aux.TRUE,1,1,REASON_EFFECT+REASON_DISCARD,nil)
Duel.NegateEffect(0)
return
end
if Duel.GetFieldGroupCount(tp,LOCATION_HAND,0)<2 or Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)<2 then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DISCARD)
......
......@@ -38,6 +38,7 @@ function c80764541.desop(e,tp,eg,ep,ev,re,r,rp)
and Duel.SelectYesNo(1-tp,aux.Stringid(80764541,1)) then
Duel.PayLPCost(1-tp,1000)
Duel.NegateEffect(0)
return
end
local tc=Duel.GetFirstTarget()
if tc:IsFaceup() and tc:IsRelateToEffect(e) then
......
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