My entry (Clone Mitt) needs a one-line fix, specifically my buttons all use a trigger that get triggered by themselves, so I just add a single if statement that checks if the triggering object is itself, if so, ignore it.
Without that line my entry's puzzles break in a lot of ways.
Edit: Pushed that fix.