Commit ff798671 authored by mercury233's avatar mercury233

fix

parent 50d8f413
......@@ -27,6 +27,7 @@ function c85431040.operation(e,tp,eg,ep,ev,re,r,rp)
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
if ft<=0 then return end
if ft>2 then ft=2 end
if Duel.IsPlayerAffectedByEffect(tp,59822133) then ft=1 end
local g=Duel.GetMatchingGroup(c85431040.filter,tp,LOCATION_DECK,0,nil,e,tp)
if g:GetCount()==0 then return end
if Duel.SelectYesNo(tp,aux.Stringid(85431040,1)) 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