Commit 976a9f27 authored by Amiya's avatar Amiya

修复

parent c7c12817
Pipeline #40014 passed with stages
in 1 minute and 45 seconds
......@@ -150,7 +150,7 @@ end
function s.disop(e,tp,eg,ep,ev,re,r,rp)
if Duel.NegateEffect(ev)
and Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,0,LOCATION_HAND,1,nil,POS_FACEDOWN)
and Duel.SelectYesNo(tp,aux.Stringid(tp,3)) then
and Duel.SelectYesNo(tp,aux.Stringid(id,3)) then
Duel.BreakEffect()
local g=Duel.GetMatchingGroup(Card.IsAbleToRemove,tp,0,LOCATION_HAND,nil,POS_FACEDOWN)
if g:GetCount()>0 then
......
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