Skip to content

Commit

Permalink
"Levirtue Dragon" fix
Browse files Browse the repository at this point in the history
Fixed a bug in which cards that need to detect materials being detached from other cards would not be able to activate if Levirtue's effect was used.
  • Loading branch information
NaimSantos committed Sep 13, 2024
1 parent a1000eb commit b0ccc73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions official/c33113958.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
end
Duel.Overlay(attachxyz,attach_group)
Duel.RaiseSingleEvent(detachxyz,EVENT_DETACH_MATERIAL,e,0,0,0,0)
Duel.RaiseEvent(detachxyz,EVENT_DETACH_MATERIAL,e,REASON_EFFECT,tp,tp,0)
end
end

0 comments on commit b0ccc73

Please sign in to comment.