@@ -4558,6 +4558,9 @@ int inpair(cell *c, int colorpair) {
}
int snake_pair(cell *c) {
if(c->mondir == NODIR)
return (1 << pattern_threecolor(c));
else
return (1 << pattern_threecolor(c)) | (1 << pattern_threecolor(c->mov[c->mondir]));
The note is not visible to the blocked user.