Commit 66225007 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12036020.lua

parent 92e23dd8
...@@ -3,6 +3,7 @@ Duel.LoadScript("c12036000") ...@@ -3,6 +3,7 @@ Duel.LoadScript("c12036000")
local m,cm=rscf.DefineCard(12036020,"BlueAngel") local m,cm=rscf.DefineCard(12036020,"BlueAngel")
function cm.initial_effect(c) function cm.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
c:SetSPSummonOnce(m)
aux.AddLinkProcedure(c,nil,2,2,cm.lcheck) aux.AddLinkProcedure(c,nil,2,2,cm.lcheck)
--extra link --extra link
local e1=srba.LinkSpecialSummonFun1(c) local e1=srba.LinkSpecialSummonFun1(c)
...@@ -56,4 +57,4 @@ function cm.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,4 +57,4 @@ function cm.rmop(e,tp,eg,ep,ev,re,r,rp)
end end
function cm.retop(e,tp,eg,ep,ev,re,r,rp) function cm.retop(e,tp,eg,ep,ev,re,r,rp)
Duel.ReturnToField(e:GetLabelObject()) Duel.ReturnToField(e:GetLabelObject())
end end
\ No newline at end of file
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