Commit 6c03c020 authored by Amiya's avatar Amiya

修复

parent 387b4247
Pipeline #32729 passed with stages
in 1 minute and 7 seconds
......@@ -31,7 +31,7 @@ end
function s.spcon(e,c)
if c==nil then return true end
local tp=c:GetControler()
return Duel.CheckRemoveOverlayCard(tp,1,0,1,REASON_COST)
return duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.CheckRemoveOverlayCard(tp,1,0,1,REASON_COST)
end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local g=Duel.GetMatchingGroup(s.cfilter,tp,LOCATION_MZONE,0,c)
......
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