Commit dc91e3c6 authored by Amiya's avatar Amiya

修复

parent a628fbb8
Pipeline #40333 passed with stages
in 2 minutes and 57 seconds
...@@ -74,7 +74,7 @@ function s.rmcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -74,7 +74,7 @@ function s.rmcon(e,tp,eg,ep,ev,re,r,rp)
end end
function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk) function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetDecktopGroup(1-tp,2) 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) Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,1-tp,LOCATION_DECK)
end end
function s.rmop(e,tp,eg,ep,ev,re,r,rp) 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