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

@ -10,6 +10,8 @@
#include maps/mp/_utility;
#include common_scripts/utility;
//#using_animtree( "fxanim_props" ); //leave commented for now for compiling
init() //checked changed to match cerberus output
{
flag_init( "soul_catchers_charged" );

View File

@ -37,6 +37,8 @@
#include maps/mp/_utility;
#include common_scripts/utility;
//#using_animtree( "fxanim_props" ); //leave commented out for now for compiling
gamemode_callback_setup() //checked matches cerberus output
{
maps/mp/zm_alcatraz_gamemodes::init();
@ -564,7 +566,7 @@ assign_lowest_unused_character_index() //checked changed to match cerberus outpu
{
if ( n_characters_defined == ( players.size - 1 ) )
{
if ( isDefined( level.has_weasel ) && !level.has_weasel )
if ( !is_true( level.has_weasel ) )
{
level.has_weasel = 1;
return 3;