mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Change initial militia orders from STATIONARY to ONGUARD (#171)
This commit is contained in:
@@ -1849,7 +1849,7 @@ void AddSoldierInitListMilitia( UINT8 ubNumGreen, UINT8 ubNumRegs, UINT8 ubNumEl
|
|||||||
else
|
else
|
||||||
Assert(0);
|
Assert(0);
|
||||||
curr->pBasicPlacement->bTeam = MILITIA_TEAM;
|
curr->pBasicPlacement->bTeam = MILITIA_TEAM;
|
||||||
curr->pBasicPlacement->bOrders = STATIONARY;
|
curr->pBasicPlacement->bOrders = ONGUARD;
|
||||||
curr->pBasicPlacement->bAttitude = (INT8) Random( MAXATTITUDES );
|
curr->pBasicPlacement->bAttitude = (INT8) Random( MAXATTITUDES );
|
||||||
|
|
||||||
// silversurfer: Replace body type. Militia tanks are not allowed.
|
// silversurfer: Replace body type. Militia tanks are not allowed.
|
||||||
|
|||||||
Reference in New Issue
Block a user