Commit 629010d2 authored by 未闻皂名's avatar 未闻皂名

2025/1/30 bug修复

parent a5f3c348
Pipeline #32869 passed with stages
in 8 minutes and 35 seconds
No preview for this file type
...@@ -13,7 +13,8 @@ function cm.initial_effect(c) ...@@ -13,7 +13,8 @@ function cm.initial_effect(c)
end end
--Activate --Activate
function cm.matfilter(c) function cm.matfilter(c)
return c:IsOnField() and c:IsAbleToDeck() return c:IsFusionAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_MACHINE)
and c:IsOnField() and c:IsAbleToDeck()
end end
function cm.spfilter(c) function cm.spfilter(c)
return aux.IsMaterialListCode(c,list[1]) return aux.IsMaterialListCode(c,list[1])
......
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