Commit 6e8a95f2 authored by 未闻皂名's avatar 未闻皂名

2022/1/22 修复bug

parent 94ee81f5
Pipeline #8852 passed with stages
in 3 minutes and 18 seconds
local m=120205044
local list={120196043,120203022}
local list={120196043,120203022,120196050}
local cm=_G["c"..m]
cm.name="以太疾速攻击者"
function cm.initial_effect(c)
......@@ -18,7 +18,7 @@ function cm.initial_effect(c)
end
--Atk Up
function cm.costfilter(c)
return c:IsCode(list[1]) and c:IsAbleToDeckOrExtraAsCost()
return c:IsCode(list[3]) and c:IsAbleToDeckOrExtraAsCost()
end
function cm.tdfilter(c)
return c:IsType(TYPE_NORMAL) and c:IsAbleToDeck()
......
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