Commit d3f54b81 authored by POLYMER's avatar POLYMER

fix

parent 24ee4af9
......@@ -30,9 +30,6 @@ function cm.lmop(e)
Duel.ConfirmCards(1-tp,c)
Duel.ConfirmCards(tp,c)
if Duel.SelectYesNo(1-tp,aux.Stringid(m,0)) then
local tc=Duel.GetFirstMatchingCard(cm.filter,tp,0,LOCATION_DECK+LOCATION_HAND,nil)
Duel.ConfirmCards(1-tp,tc)
Duel.ConfirmCards(tp,tc)
local g=Duel.GetFieldGroup(tp,0xff,0xff)
local ec=g:GetFirst()
while ec do
......
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