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

@ -16,15 +16,6 @@
init() //checked partially changed to match cerberus output
{
//begin debug code
level.custom_zm_perks_loaded = 1;
maps/mp/zombies/_zm_bot::init();
if ( !isDefined( level.debugLogging_zm_perks ) )
{
level.debugLogging_zm_perks = 0;
}
//end debug code
level.additionalprimaryweapon_limit = 3;
level.perk_purchase_limit = 4;
if ( !level.createfx_enabled )
@ -2911,7 +2902,7 @@ perk_machine_removal( machine, replacement_model ) //checked changed to match ce
{
if ( isdefined( parts[ i ].classname ) && parts[ i ].classname == "script_model" )
{
machine_model = parts[i];
machine_model = parts[ i ];
}
if ( isdefined( parts[ i ].script_noteworthy ) && parts[ i ].script_noteworthy == "clip" )
{