Commit 91114f71 authored by nanahira's avatar nanahira

update

parent 5bb7c691
...@@ -3,7 +3,7 @@ local m=37564349 ...@@ -3,7 +3,7 @@ local m=37564349
local cm=_G["c"..m] local cm=_G["c"..m]
xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end) xpcall(function() require("expansions/script/c37564765") end,function() require("script/c37564765") end)
function cm.initial_effect(c) function cm.initial_effect(c)
Senya.AddSummonMusic(c,m*16) --Senya.AddSummonMusic(c,m*16)
c:EnableReviveLimit() c:EnableReviveLimit()
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
...@@ -101,6 +101,8 @@ function cm.operation1(e,tp,eg,ep,ev,re,r,rp) ...@@ -101,6 +101,8 @@ function cm.operation1(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
c:RegisterEffect(e1) c:RegisterEffect(e1)
Duel.SetLP(tp,0) Duel.SetLP(tp,0)
Duel.Hint(HINT_CARD,0,m)
Duel.Hint(HINT_MUSIC,0,m*16)
end end
end end
function cm.copyfilter(c) function cm.copyfilter(c)
......
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