Per issue #113, any custom tactic that involved promotion would not work. Looking at the solution moves, the promotion move would be missing the equal sign. I simply added an equal sign to the clean_input() regex so that it no longer deletes the equal sign and promotion now works properly.
Per issue #113, any custom tactic that involved promotion would not work. Looking at the solution moves, the promotion move would be missing the equal sign. I simply added an equal sign to the clean_input() regex so that it no longer deletes the equal sign and promotion now works properly.