Commit 476fcb22 authored by 未闻皂名's avatar 未闻皂名

2023/5/4 bug修复

parent 4222624a
...@@ -24,7 +24,7 @@ function cm.initial_effect(c) ...@@ -24,7 +24,7 @@ function cm.initial_effect(c)
end end
--Activate --Activate
function cm.target(c,e,tp) function cm.target(c,e,tp)
return c:IsControler(tp) and c:IsFaceup() and (c:IsRace(RACE_MACHINE) or c:IsRace(RACE_MAGICALKNIGHT)) return c:IsControler(tp) and c:IsFaceup() and (c:IsRace(RACE_SPELLCASTER) or c:IsRace(RACE_MAGICALKNIGHT))
end end
--Atk Up --Atk Up
function cm.upval(e,c) function cm.upval(e,c)
......
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