Fixed a few issues with Support

This commit is contained in:
Forrest Keller 2017-10-22 04:11:47 -05:00
parent 0c48a21147
commit a9e71b1390

View File

@ -3,6 +3,13 @@ Class Ext_PerkSupport extends Ext_PerkBase;
var bool bUseAPShot,bUsePerforate,bCanRepairDoors; var bool bUseAPShot,bUsePerforate,bCanRepairDoors;
var float APShotMul; var float APShotMul;
replication
{
// Things the server should send to the client.
if ( true )
bCanRepairDoors, bUseAPShot, bUsePerforate, APShotMul;
}
simulated function bool GetUsingTactialReload( KFWeapon KFW ) simulated function bool GetUsingTactialReload( KFWeapon KFW )
{ {
return (IsWeaponOnPerk(KFW) ? Modifiers[5]<0.75 : false); return (IsWeaponOnPerk(KFW) ? Modifiers[5]<0.75 : false);