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