add 2 more launch types

This commit is contained in:
2025-01-11 21:08:21 -06:00
committed by Celtic Minstrel
parent 3db902ea37
commit 9739ab2f61
8 changed files with 91 additions and 24 deletions

View File

@@ -460,8 +460,9 @@ static void handle_scenario_args() {
town_entrance = *scen_arg_town_entrance;
}else if(scen_arg_loc){
town_entrance = 9;
town_location = *scen_arg_loc;
}
force_town_enter(*scen_arg_town, *scen_arg_loc);
force_town_enter(*scen_arg_town, town_location);
start_town_mode(*scen_arg_town, town_entrance);
}else if(scen_arg_out_sec){
if(!party_in_memory || !univ.party.is_in_scenario() ||