Fix AI judgement calculus
This commit is contained in:
parent
55b22de30f
commit
fd184c1456
@ -4256,7 +4256,7 @@ namespace TJAPlayer3
|
|||||||
|
|
||||||
if (nDice < TJAPlayer3.ConfigIni.apAIPerformances[AILevel - 1].nBadOdds)
|
if (nDice < TJAPlayer3.ConfigIni.apAIPerformances[AILevel - 1].nBadOdds)
|
||||||
return E判定.Poor;
|
return E判定.Poor;
|
||||||
else if (nDice + TJAPlayer3.ConfigIni.apAIPerformances[AILevel - 1].nBadOdds
|
else if (nDice - TJAPlayer3.ConfigIni.apAIPerformances[AILevel - 1].nBadOdds
|
||||||
< TJAPlayer3.ConfigIni.apAIPerformances[AILevel - 1].nGoodOdds)
|
< TJAPlayer3.ConfigIni.apAIPerformances[AILevel - 1].nGoodOdds)
|
||||||
return E判定.Good;
|
return E判定.Good;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user