The problem with the game over check is that it doesn't check a variable value directly, it checks the output of a class function for the Reserves variable. I'm not sure how you would change the output value checked, unless you change the units assigned to the Reserves variable. You could probably do that through the console, though again, I'm not familiar enough with the use of the console to come up with how to accomplish that, and I don't know if it would cause issues with the game's systems to do so through the console.
Yeah, looked at the code after the post and saw there's a method for the check.
I have edited the post above for that reason, didn't see you had already replied.
Btw, the easiest solution is to set orcalliance to something else before the check and then revert it to Sabia...
Edit:
Something along the lines of
army_deployed_groups[2].add_troops(all_troops_list[0]) seems to do the job.
This adds to the third group, which is Reserve in this instance, the zeroth troop from the list, which is Sabia's squad, even if it was used up.