projects
/
hachu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d8ea6ea
)
Make King immune
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Thu, 2 Apr 2015 07:57:46 +0000 (09:57 +0200)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Thu, 2 Apr 2015 07:57:46 +0000 (09:57 +0200)
hachu.c
patch
|
blob
|
history
diff --git
a/hachu.c
b/hachu.c
index
0e931b5
..
616b656
100644
(file)
--- a/
hachu.c
+++ b/
hachu.c
@@
-467,7
+467,7
@@
PieceDesc wolfPieces[] = {
{"R", "", 500, { X,0,X,0,X,0,X,0 }, 3 },
\r
{"B", "", 320, { 0,X,0,X,0,X,0,X }, 1 },
\r
{"N", "", 300, { N,N,N,N,N,N,N,N }, 1 },
\r
- {"K", "", 280, { 1,1,1,1,1,1,1,1 } },
\r
+ {"K", "", 280, { 1,1,1,1,1,1,1,1 }, 0, 4 },
\r
{"P", "R", 80, { M,C,0,0,0,0,0,C } },
\r
{ NULL } // sentinel
\r
};
\r