We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555a13a commit a204eb8Copy full SHA for a204eb8
rush/c160218028.lua
@@ -61,6 +61,6 @@ function s.nsumop(e,tp,eg,ep,ev,re,r,rp,c)
61
local g=e:GetLabelObject()
62
if not g then return end
63
c:SetMaterial(g)
64
- Duel.Release(g,REASON_COST|REASON_SUMMON|REASON_MATERIAL)
+ Duel.SendtoGrave(g,REASON_COST|REASON_SUMMON|REASON_MATERIAL)
65
g:DeleteGroup()
66
end
0 commit comments