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

2025/9/13 bug修复

parent ae5c21ca
Pipeline #40557 passed with stages
in 8 minutes and 47 seconds
......@@ -48,8 +48,9 @@ end
--Indes
cm.indval=RD.ValueEffectIndesType(TYPE_MONSTER+TYPE_SPELL+TYPE_TRAP,TYPE_MONSTER+TYPE_SPELL+TYPE_TRAP,true)
function cm.indcon(e)
local tp=e:GetHandlerPlayer()
local mg=Duel.GetMatchingGroup(Card.IsFaceup,tp,LOCATION_MZONE,0,nil)
return Duel.GetTurnPlayer()~=e:GetHandlerPlayer() and mg:GetClassCount(Card.GetRace)==3
return Duel.GetTurnPlayer()~=tp and mg:GetClassCount(Card.GetRace)==3
end
function cm.indtg(e,c)
return c:IsFaceup()
......
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