Skip to content

Commit 0fc930d

Browse files
authored
"The Three Brave Swordsouls" official release script update
1 parent 9e89757 commit 0fc930d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function s.desconfilter(c)
6161
end
6262
function s.disop(e,tp,eg,ep,ev,re,r,rp,chk)
6363
local tc=Duel.GetFirstTarget()
64-
if tc:IsRelateToEffect(e) then
64+
if tc:IsRelateToEffect(e) and tc:IsCanBeDisabledByEffect(e) then
6565
--Negate its effects
6666
tc:NegateEffects(e:GetHandler())
6767
if Duel.IsExistingMatchingCard(s.desconfilter,tp,LOCATION_GRAVE,0,1,nil)
@@ -71,4 +71,4 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp,chk)
7171
Duel.Destroy(tc,REASON_EFFECT)
7272
end
7373
end
74-
end
74+
end

0 commit comments

Comments
 (0)