Commit 0f1d8bd9 authored by 未闻皂名's avatar 未闻皂名

2025/12/7 bug修复

parent 49893ae2
Pipeline #41892 passed with stages
in 12 minutes and 21 seconds
......@@ -45,5 +45,5 @@ function cm.indcon(e)
return Duel.GetTurnPlayer()~=e:GetHandlerPlayer()
end
function cm.indtg(e,c)
return c:IsType(TYPE_SPELL+TYPE_TRAP)
return c==e:GetHandler() or c:IsType(TYPE_SPELL+TYPE_TRAP)
end
\ No newline at end of file
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