Commit d05c3cfb authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 64e32fce
......@@ -34,10 +34,10 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
return e:GetHandler():IsAbleToDeck()
end
e:SetLabel(0)
Duel.Hint(HINT_MUSIC,0,aux.Stringid(m,0))
Duel.SetOperationInfo(0,CATEGORY_TODECK,e:GetHandler(),1,0,0)
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_MUSIC,0,aux.Stringid(m,0))
local c=e:GetHandler()
if c:IsRelateToEffect(e) then
c:CancelToGrave()
......
......@@ -28,10 +28,10 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
return e:GetHandler():IsAbleToDeck()
end
e:SetLabel(0)
Duel.Hint(HINT_MUSIC,0,aux.Stringid(m,0))
Duel.SetOperationInfo(0,CATEGORY_TODECK,e:GetHandler(),1,0,0)
end
function cm.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_MUSIC,0,aux.Stringid(m,0))
local c=e:GetHandler()
if c:IsRelateToEffect(e) then
c:CancelToGrave()
......
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