mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-07-05 10:41:48 +00:00
add melee lunge
This commit is contained in:
@ -120,24 +120,12 @@ bot_give_loadout()
|
||||
if ( self hasPerk( "specialty_extraammo" ) )
|
||||
self giveMaxAmmo( weap );
|
||||
|
||||
if ( !getDVarint( "bots_play_fire" ) )
|
||||
{
|
||||
self SetWeaponAmmoClip( weap, 0 );
|
||||
self SetWeaponAmmoStock( weap, 0 );
|
||||
}
|
||||
|
||||
if ( self.pers["bot"]["class_secondary"] != "" )
|
||||
{
|
||||
self GiveWeapon( self.pers["bot"]["class_secondary"], 0, int( self.pers["bot"]["class_secondary_opts"] ) );
|
||||
|
||||
if ( self hasPerk( "specialty_extraammo" ) )
|
||||
self giveMaxAmmo( self.pers["bot"]["class_secondary"] );
|
||||
|
||||
if ( !getDVarint( "bots_play_fire" ) )
|
||||
{
|
||||
self SetWeaponAmmoClip( self.pers["bot"]["class_secondary"], 0 );
|
||||
self SetWeaponAmmoStock( self.pers["bot"]["class_secondary"], 0 );
|
||||
}
|
||||
}
|
||||
|
||||
self SetActionSlot( 3, "altMode" );
|
||||
|
Reference in New Issue
Block a user