Commit b1e008eb authored by 未闻皂名's avatar 未闻皂名

2023/5/12 bug修复

parent 48bbf95d
...@@ -33,7 +33,7 @@ end ...@@ -33,7 +33,7 @@ end
--Indes --Indes
cm.indval=RD.ValueEffectIndesType(0,TYPE_MONSTER+TYPE_SPELL+TYPE_TRAP) cm.indval=RD.ValueEffectIndesType(0,TYPE_MONSTER+TYPE_SPELL+TYPE_TRAP)
function cm.indcon(e) function cm.indcon(e)
local tc=e:GetEquipTarget() local tc=e:GetHandler():GetEquipTarget()
return tc and tc:IsFaceup() and tc:IsControler(e:GetHandlerPlayer()) return tc and tc:IsFaceup() and tc:IsControler(e:GetHandlerPlayer())
end end
function cm.indtg(e,c) function cm.indtg(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