Commit 58c714a4 authored by nanahira's avatar nanahira

rev

parent 10b741f8
......@@ -12,7 +12,7 @@ function cm.initial_effect(c)
e1:SetCost(Senya.ForbiddenCost())
e1:SetTarget(cm.target)
e1:SetOperation(cm.operation)
c:RegisterEffect(e1)
c:RegisterEffect(e1)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
local l=e:GetLabel()
......@@ -37,6 +37,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
c:SetMaterial(mat)
Duel.ReleaseRitualMaterial(mat)
Duel.BreakEffect()
Duel.Hint(HINT_MUSIC,0,m*16)
Senya.TransformDFCCard(c)
Duel.SpecialSummon(c,SUMMON_TYPE_RITUAL,tp,tp,true,true,POS_FACEUP)
c:CompleteProcedure()
......
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