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)
......
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