Few more fixes to support
This commit is contained in:
parent
a9e71b1390
commit
3ad38c0a5f
@ -764,7 +764,7 @@ simulated function float GetSnarePower( optional class<DamageType> DamageType, o
|
|||||||
}
|
}
|
||||||
|
|
||||||
// SUPPORT:
|
// SUPPORT:
|
||||||
function bool CanRepairDoors()
|
simulated function bool CanRepairDoors()
|
||||||
{
|
{
|
||||||
return (Ext_PerkSupport(CurrentPerk)!=None ? Ext_PerkSupport(CurrentPerk).CanRepairDoors() : false);
|
return (Ext_PerkSupport(CurrentPerk)!=None ? Ext_PerkSupport(CurrentPerk).CanRepairDoors() : false);
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@ simulated function bool GetUsingTactialReload( KFWeapon KFW )
|
|||||||
return (IsWeaponOnPerk(KFW) ? Modifiers[5]<0.75 : false);
|
return (IsWeaponOnPerk(KFW) ? Modifiers[5]<0.75 : false);
|
||||||
}
|
}
|
||||||
|
|
||||||
function bool CanRepairDoors()
|
simulated function bool CanRepairDoors()
|
||||||
{
|
{
|
||||||
return bCanRepairDoors;
|
return bCanRepairDoors;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user