Commit a43a992b authored by DailyShana's avatar DailyShana

Merge pull request #336 from mercury233/patch-1

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