Solver token handling fixes, formatting tweaks

This commit is contained in:
Asriel Camora
2023-07-21 15:51:52 +04:00
parent 807e0838a2
commit 8c73796b75
2 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ public sealed class Simulator : SimulatorNoRandom
if (strict)
{
// always used Trained Eye if it's available
// always use Trained Eye if it's available
if (action == ActionType.TrainedEye)
return baseAction.CanUse(this);