replay handle_victory must pass force

This commit is contained in:
2025-02-23 14:09:52 -06:00
committed by GitHub
parent 13532fe09a
commit f601678f33

View File

@@ -824,7 +824,7 @@ static void replay_action(Element& action) {
debug_return_to_start(); debug_return_to_start();
return; return;
}else if(t == "handle_victory"){ }else if(t == "handle_victory"){
handle_victory(); handle_victory(true); // This is for the debug action which forces it.
return; return;
}else if(t == "debug_increase_age"){ }else if(t == "debug_increase_age"){
debug_increase_age(); debug_increase_age();