added stealing, cutting fences (and with that building fortifications) to the list of suspicious actions for the covert trait

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5534 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2012-08-25 16:45:42 +00:00
parent fd445fe5ed
commit e83afa8aa0
2 changed files with 7 additions and 2 deletions
+7
View File
@@ -14691,6 +14691,11 @@ BOOLEAN SOLDIERTYPE::SeemsLegit( UINT8 ubObserverID )
this->usAnimState == DECAPITATE ||
this->usAnimState == CROWBAR_ATTACK ||
this->usAnimState == THROW_GRENADE_STANCE ||
this->usAnimState == SHOOT_ROCKET_CROUCHED ||
this->usAnimState == LOB_GRENADE_STANCE ||
this->usAnimState == THROW_KNIFE ||
this->usAnimState == CUTTING_FENCE ||
this->usAnimState == HELIDROP ||
this->usAnimState == THROW_KNIFE_SP_BM ||
this->usAnimState == DODGE_ONE ||
this->usAnimState == SLICE ||
@@ -14703,6 +14708,8 @@ BOOLEAN SOLDIERTYPE::SeemsLegit( UINT8 ubObserverID )
this->usAnimState == THROW_KNIFE ||
this->usAnimState == PLANT_BOMB ||
this->usAnimState == USE_REMOTE ||
this->usAnimState == STEAL_ITEM ||
this->usAnimState == SHOOT_ROCKET ||
this->usAnimState == TAKE_BLOOD_FROM_CORPSE ||
this->usAnimState == PICK_LOCK ||
this->usAnimState == LOCKPICK_CROUCHED ||
-2
View File
@@ -1459,8 +1459,6 @@ public:
// Flugente: functions for the covert ops trait
// are we in covert mode? we need to have the correct flag set, and not wear anything suspicious, or behave in a suspicious way
// do we look like a civilian?
BOOLEAN LooksLikeACivilian( void );