mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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:
@@ -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 ||
|
||||
|
||||
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user