Commit 067a386b authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12036021.lua

parent 66225007
......@@ -3,6 +3,7 @@ Duel.LoadScript("c12036000")
local m,cm=rscf.DefineCard(12036021,"BlueAngel")
function cm.initial_effect(c)
c:EnableReviveLimit()
c:SetSPSummonOnce(m)
aux.AddLinkProcedure(c,aux.FilterBoolFunction(rsba.IsSet),3)
local e1=srba.LinkSpecialSummonFun1(c)
local e2=srba.SPSummon1(c,cm.setcon,cm.setop)
......@@ -117,4 +118,4 @@ function cm.atkval(e,c)
else
return atk
end
end
\ No newline at end of file
end
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