8 lines
206 B
Lua
8 lines
206 B
Lua
|
|
--Universe Seed
|
||
|
|
local s,id=GetID()
|
||
|
|
function s.initial_effect(c)
|
||
|
|
--Link Summon
|
||
|
|
c:EnableReviveLimit()
|
||
|
|
Link.AddProcedure(c,aux.FilterBoolFunctionEx(Card.IsSetCard,0x25E),2,c:GetLink(),nil,nil)
|
||
|
|
end
|