Commit 4e400e74 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12016023.lua

parent c6dc25e4
--小女不才
function c12016023.initial_effect(c)
aux.AddCodeList(c,12016000)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DECKDES)
......@@ -20,7 +21,6 @@ function c12016023.initial_effect(c)
e2:SetOperation(c12016023.activate1)
c:RegisterEffect(e2)
end
c12016023.fit_monster={12016000}
function c12016023.dfilter(c)
return c:IsType(TYPE_SPIRIT) and c:IsLevelAbove(1) and c:IsAbleToGrave()
end
......@@ -152,4 +152,4 @@ function c12016023.sumlimit(e,c)
end
function c12016023.aclimit(e,re,tp)
return re:GetHandler():IsCode(e:GetLabel())
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