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

2022/1/22 修复bug

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