Commit 07a0716a authored by wyykak's avatar wyykak

fix 86379692

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 1519d984
Pipeline #10134 passed with stage
in 40 seconds
...@@ -143,10 +143,10 @@ function c86379692.spop2(e,tp,eg,ep,ev,re,r,rp,c) ...@@ -143,10 +143,10 @@ function c86379692.spop2(e,tp,eg,ep,ev,re,r,rp,c)
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE) local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
if ft>0 then if ft>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
g=Duel.SelectMatchingCard(tp,Card.IsAbleToRemove,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil) g=Duel.SelectMatchingCard(tp,Card.IsAbleToRemove,tp,LOCATION_MZONE,0,1,1,nil)
else else
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
g=Duel.SelectMatchingCard(tp,c86379692.rcfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil) g=Duel.SelectMatchingCard(tp,c86379692.rcfilter,tp,LOCATION_MZONE,0,1,1,nil)
end end
if Duel.Remove(g,POS_FACEUP,REASON_EFFECT+REASON_TEMPORARY)~=0 then if Duel.Remove(g,POS_FACEUP,REASON_EFFECT+REASON_TEMPORARY)~=0 then
local tc=g:GetFirst() local tc=g:GetFirst()
......
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