Commit dc91e3c6 authored by Amiya's avatar Amiya

修复

parent a628fbb8
......@@ -74,7 +74,7 @@ function s.rmcon(e,tp,eg,ep,ev,re,r,rp)
end
function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetDecktopGroup(1-tp,2)
if chk==0 then return #g>0 and g:IsExists(Card.IsAbleToRemove,1,nil) end
if chk==0 then return #g>1 and g:IsExists(Card.IsAbleToRemove,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,1-tp,LOCATION_DECK)
end
function s.rmop(e,tp,eg,ep,ev,re,r,rp)
......
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