Commit 9aa54313 authored by 未闻皂名's avatar 未闻皂名

2023/5/11 bug修复

parent 78c14df2
......@@ -18,6 +18,10 @@ function cm.initial_effect(c)
e1:SetOperation(cm.operation)
c:RegisterEffect(e1)
end
--Fusion Material
function cm.material(c)
return c:IsFusionAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_GALAXY)
end
--Draw
function cm.costfilter(c)
return c:IsCode(list[2]) and c:IsAbleToDeckOrExtraAsCost()
......
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