Commit 8a30ff3a authored by HidarimeYume's avatar HidarimeYume Committed by GitHub

Fix Elemental HERO Cosmo Neos (#2891)

parent ebd4bca5
...@@ -26,7 +26,7 @@ function c90050480.initial_effect(c) ...@@ -26,7 +26,7 @@ function c90050480.initial_effect(c)
end end
c90050480.material_setcode=0x8 c90050480.material_setcode=0x8
function c90050480.ffilter(c,fc,sub,mg,sg) function c90050480.ffilter(c,fc,sub,mg,sg)
return c:IsFusionSetCard(0x1f) and (not sg or not sg:Filter(Card.IsFusionSetCard,nil,0x1f):IsExists(Card.IsFusionAttribute,1,c,c:GetFusionAttribute())) return c:IsType(TYPE_MONSTER) and c:IsFusionSetCard(0x1f) and (not sg or not sg:Filter(Card.IsFusionSetCard,nil,0x1f):IsExists(Card.IsFusionAttribute,1,c,c:GetFusionAttribute()))
end end
function c90050480.splimit(e,se,sp,st) function c90050480.splimit(e,se,sp,st)
return not e:GetHandler():IsLocation(LOCATION_EXTRA) return not e:GetHandler():IsLocation(LOCATION_EXTRA)
......
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