less scrn hardcode, new guicbx copy-cat
This commit is contained in:
parent
9d74b68fb6
commit
be9e08c37b
8 changed files with 43 additions and 29 deletions
|
|
@ -96,7 +96,7 @@ static function class<Grenade> GetNadeType(KFPlayerReplicationInfo KFPRI)
|
|||
//can't cook fire nades
|
||||
static function bool CanCookNade(KFPlayerReplicationInfo KFPRI, Weapon Weap)
|
||||
{
|
||||
return GetNadeType(KFPRI) != class'ScrnBalanceSrv.ScrnFlameNade';
|
||||
return GetNadeType(KFPRI) != class'ScrnFlameNade';
|
||||
}
|
||||
//v2.60: +60% faster charge with Husk Gun
|
||||
static function float GetReloadSpeedModifierStatic(KFPlayerReplicationInfo KFPRI, class<KFWeapon> Other)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue