[ Help | Earliest Comments | Latest Comments ][ List All Subjects of Discussion | Create New Subject of Discussion ][ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]Single Comment Maasai Chess. Large CV with 48 pieces per side, of 20 types including both regular and rapid Pawns.[All Comments] [Add Comment or Rating] Greg Strong wrote on 2022-10-16 UTCYes! This should do it: FindRule( Move50Rule ).TypesThatResetCounter.Add( Massai ); FindRule( Move50Rule ).SetRequiredDirection( Direction( 0, 1 ) ); The need for only resetting the counter when moving forward was added long ago for Chess and a Half. I don't remember ever needing the TypesThatResetCounter list before ... Maybe it was added for something or maybe I was just anticipating.
Yes! This should do it:
FindRule( Move50Rule ).TypesThatResetCounter.Add( Massai );
FindRule( Move50Rule ).SetRequiredDirection( Direction( 0, 1 ) );
The need for only resetting the counter when moving forward was added long ago for Chess and a Half. I don't remember ever needing the TypesThatResetCounter list before ... Maybe it was added for something or maybe I was just anticipating.