mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
- added info on which item caused a spy to be uncovered
- fixed a few warnings - EPCs are now disguised when recruited - uniform worn now has influence on allowed gear coolness git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5750 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1482,6 +1482,9 @@ public:
|
||||
// do we look like a soldier?
|
||||
BOOLEAN LooksLikeASoldier( void );
|
||||
|
||||
// what kind of uniform are we wearing? returns -1 if none is worn
|
||||
INT8 GetUniformType();
|
||||
|
||||
// is our equipment too good for a soldier?
|
||||
BOOLEAN EquipmentTooGood( BOOLEAN fCloselook );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user