Commit 9e101461 authored by POLYMER's avatar POLYMER

fix

parent 9dd6b722
local s,id,o=GetID()
function s.initial_effect(c)
--xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_ALL&~ATTRIBUTE_WIND),4,2)
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_ALL&~ATTRIBUTE_DARK),4,2)
c:EnableReviveLimit()
--same race: cannot be material for same race
......@@ -111,4 +111,4 @@ end
function s.matlimit2(e,c)
if not c then return false end
return not c:IsRace(e:GetHandler():GetRace())
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