Numerous minor fixes.

This commit is contained in:
JezuzLizard
2021-02-25 15:17:52 -08:00
parent 91b0a75736
commit eeae412f6d
16 changed files with 34 additions and 68 deletions

View File

@ -1,3 +1,4 @@
//checked includes match cerberus output
#include maps/mp/zm_highrise_classic;
#include maps/mp/zm_highrise;
#include maps/mp/gametypes_zm/_zm_gametype;
@ -6,7 +7,7 @@
#include maps/mp/_utility;
#include common_scripts/utility;
init()
init() //checked matches cerberus output
{
add_map_gamemode( "zclassic", maps/mp/zm_highrise::zclassic_preinit, undefined, undefined );
add_map_location_gamemode( "zclassic", "rooftop", maps/mp/zm_highrise_classic::precache, maps/mp/zm_highrise_classic::main );

View File

@ -663,6 +663,7 @@ leaper_round_spawning() //checked changed to match cerberus output
if ( ( level.leaper_count >= max ) && b_hold_spawning_when_leapers_are_all_dead )
{
wait 0.5;
continue;
}
num_player_valid = get_number_of_valid_players();
per_player = 2;