Commit 559f0ee5 authored by 聖園ミカ's avatar 聖園ミカ 🐟

7

parent 71029697
No preview for this file type
......@@ -80,7 +80,7 @@ function s.doperation(e,tp,eg,ep,ev,re,r,rp)
local og=Duel.GetOperatedGroup()
local ct=og:FilterCount(Card.IsLocation,nil,LOCATION_DECK)
local dt=og:FilterCount(Card.IsLocation,nil,LOCATION_DECK+LOCATION_EXTRA)
if ct==0 then return end
if dt==0 then return end
Duel.SortDecktop(tp,tp,ct)
for i=1,ct do
local mg=Duel.GetDecktopGroup(tp,1)
......
......@@ -51,7 +51,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
off=off+1
if not Duel.IsExistingMatchingCard(s.bofilter,tp,LOCATION_MZONE,0,1,nil) then
ops[off]=aux.Stringid(id,2)
opval[off]=1
opval[off]=2
off=off+1
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