aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bot.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bot.cpp b/src/bot.cpp
index c3458bb..9a489dd 100644
--- a/src/bot.cpp
+++ b/src/bot.cpp
@@ -22,9 +22,9 @@ const int MATE = 10000;
const int PAWN_TABLE[64] = {
0, 0, 0, 0, 0, 0, 0, 0, // last rank promotes to a quuen
50, 50, 50, 50, 50, 50, 50, 50, // comments to stop formating to ruin it
- 10, 10, 20, 30, 30, 20, 10, 10, //
- 5, 5, 10, 25, 25, 10, 5, 5, //
- 0, 0, 0, 20, 20, 0, 0, 0, //
+ 10, 10, 20, 35, 35, 20, 10, 10, //
+ 5, 5, 10, 30, 30, 10, 5, 5, //
+ 0, 0, 0, 25, 25, 0, 0, 0, //
5, -5, -10, 0, 0, -10, -5, 5, //
5, 10, 10, -20, -20, 10, 10, 5, //
0, 0, 0, 0, 0, 0, 0, 0 //