Commit 1c6817dc authored by Tachibana's avatar Tachibana

eme

parent b6f0a2a8
Pipeline #8671 passed with stages
in 25 minutes and 23 seconds
......@@ -41,13 +41,13 @@ function c64800100.desop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,1-tp,64800100)
if op==0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local g=Duel.SelectMatchingCard(tp,nil,tp,LOCATION_ONFIELD,0,1,1,nil)
local g=Duel.SelectMatchingCard(tp,nil,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil)
if g:GetCount()>0 then
Duel.HintSelection(g)
Duel.Destroy(g,REASON_EFFECT)
end
else
Duel.SendtoDeck(e:GetHandler(),nil,2,REASON_EFFECT)
Duel.SetLP(tp,Duel.GetLP(tp)-1000)
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