Skip to content

Commit

Permalink
update c63767246.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
NaimSantos committed Sep 22, 2024
1 parent 3b85374 commit 1e1495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/c63767246.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end
function s.disop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local rc=re:GetHandler()
if Duel.NegateEffect(ev) and c:IsRelateToEffect(e) and rc:IsRelateToEffect(re) and c:IsType(TYPE_XYZ) and rc:IsCanBeXyzMaterial() then
if Duel.NegateEffect(ev) and c:IsRelateToEffect(e) and rc:IsRelateToEffect(re) and c:IsType(TYPE_XYZ) and rc:IsCanBeXyzMaterial(c,tp,REASON_EFFECT) then
rc:CancelToGrave()
Duel.Overlay(c,rc,true)
end
Expand Down

0 comments on commit 1e1495b

Please sign in to comment.