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

Update c12036020.lua

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