mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Specific drug types and drug items for background and facilities. (#226)
This commit is contained in:
@@ -1070,6 +1070,8 @@ public:
|
||||
INT8 bPathStored; // good for AI to reduct redundancy
|
||||
};
|
||||
|
||||
enum class BackgroundVectorTypes;
|
||||
|
||||
class SOLDIERTYPE//last edited at version 102
|
||||
{
|
||||
public:
|
||||
@@ -1954,6 +1956,8 @@ public:
|
||||
BOOLEAN HasBackgroundFlag( UINT64 aFlag );
|
||||
INT16 GetBackgroundValue( UINT16 aNr );
|
||||
|
||||
const std::vector<INT16>& SOLDIERTYPE::GetBackgroundValueVector(BackgroundVectorTypes backgroundVectorType) const;
|
||||
|
||||
INT8 GetSuppressionResistanceBonus(); // bonus to resistance against suppression
|
||||
INT16 GetMeleeDamageBonus();
|
||||
INT16 GetAPBonus();
|
||||
|
||||
Reference in New Issue
Block a user