Commit 9d1fa97d authored by mercury233's avatar mercury233 Committed by GitHub

fix 始祖神鳥シムルグ

parent 2165e346
...@@ -45,7 +45,7 @@ function c86489182.initial_effect(c) ...@@ -45,7 +45,7 @@ function c86489182.initial_effect(c)
end end
function c86489182.valcheck(e,c) function c86489182.valcheck(e,c)
local g=c:GetMaterial() local g=c:GetMaterial()
if g:FilterCount(Card.IsAttribute,nil,ATTRIBUTE_WIND)==g:GetCount() then if g:FilterCount(Card.IsAttribute,nil,ATTRIBUTE_WIND)==#g and #g>0 then
e:GetLabelObject():SetLabel(1) e:GetLabelObject():SetLabel(1)
else else
e:GetLabelObject():SetLabel(0) e:GetLabelObject():SetLabel(0)
......
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