Commit 43ff61f3 authored by 未闻皂名's avatar 未闻皂名

2024/1/18 bug修复

parent e465833e
Pipeline #24969 passed with stages
in 17 minutes and 31 seconds
...@@ -14,7 +14,7 @@ function cm.initial_effect(c) ...@@ -14,7 +14,7 @@ function cm.initial_effect(c)
end end
--To Grave --To Grave
function cm.filter(c) function cm.filter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToDeck() return c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsAbleToDeck()
end end
function cm.matfilter(c) function cm.matfilter(c)
return c:IsFaceup() and c:IsOnField() and c:IsFusionAttribute(ATTRIBUTE_LIGHT) return c:IsFaceup() and c:IsOnField() and c:IsFusionAttribute(ATTRIBUTE_LIGHT)
......
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