Commit 51d3ebb7 authored by 未闻皂名's avatar 未闻皂名

2023/10/2 bug修复

parent 1c7fcc16
Pipeline #23659 passed with stages
in 6 minutes and 28 seconds
...@@ -28,7 +28,7 @@ function cm.target(c,e,tp) ...@@ -28,7 +28,7 @@ function cm.target(c,e,tp)
return c:IsControler(tp) and c:IsFaceup() and c:IsRace(RACE_WARRIOR) return c:IsControler(tp) and c:IsFaceup() and c:IsRace(RACE_WARRIOR)
end end
--Indes --Indes
cm.indval=RD.ValueEffectIndesType(0,TYPE_TRAP,true) cm.indval=RD.ValueEffectIndesType(0,TYPE_MONSTER+TYPE_SPELL+TYPE_TRAP,true)
--Pierce --Pierce
function cm.prcfilter(c) function cm.prcfilter(c)
return c:IsType(TYPE_EQUIP) return c:IsType(TYPE_EQUIP)
......
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