mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Set up ASSIGNMENT_REBELCOMMAND
Hook up Start Mission button
This commit is contained in:
@@ -6311,7 +6311,7 @@ void SOLDIERTYPE::EVENT_SoldierGotHit( UINT16 usWeaponIndex, INT16 sDamage, INT1
|
||||
// If anything other than on a squad or guard, make them guard....
|
||||
if ( this->bTeam == gbPlayerNum )
|
||||
{
|
||||
if ( this->bAssignment >= ON_DUTY && this->bAssignment != ASSIGNMENT_POW && this->bAssignment != ASSIGNMENT_MINIEVENT )
|
||||
if ( this->bAssignment >= ON_DUTY && this->bAssignment != ASSIGNMENT_POW && this->bAssignment != ASSIGNMENT_MINIEVENT && this->bAssignment != ASSIGNMENT_REBELCOMMAND)
|
||||
{
|
||||
if ( this->flags.fMercAsleep )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user