mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Merged from revision: 6905
Improved Snitch Trait (by anv) - The snitch actions can be selected in the strategy view "Assignment" menu o Spreading Propaganda: Accessible in town sectors o Gathering Rumours: Accessible in town sectors o Undercover Prison Snitch: Accessible from Facilities menu (Prison) o Preventing Misbehaviour: New Snitch Menu o Passive Reputation Increase see: http://www.bears-pit.com/board/ubbthreads.php/topics/329412/1.html git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6906 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -342,6 +342,13 @@ SGPPoint FacilityAssignmentPosition={220,150};
|
||||
SGPPoint RepairPosition={160,150};
|
||||
SGPRect RepairDimensions={0,0,80,80};
|
||||
|
||||
SGPPoint SnitchPosition={160,150};
|
||||
SGPRect SnitchDimensions={0,0,80,80};
|
||||
SGPPoint SnitchTogglePosition={320,150};
|
||||
SGPRect SnitchToggleDimensions={0,0,80,80};
|
||||
SGPPoint SnitchSectorPosition={320,150};
|
||||
SGPRect SnitchSectorDimensions={0,0,80,80};
|
||||
|
||||
//lal
|
||||
SGPPoint MilitiaControlPosition={120,150};
|
||||
SGPRect MilitiaControlDimensions={0,0,100,95};
|
||||
@@ -366,6 +373,9 @@ SGPPoint OrigMilitiaControlPosition = { 120, 150 }; //lal
|
||||
SGPPoint OrigFacilityPosition = { 160, 150 }; // HEADROCK HAM 3.6
|
||||
SGPPoint OrigFacilityAssignmentPosition = { 220,150 }; // HEADROCK HAM 3.6
|
||||
//SGPPoint OrigTalkToAllPosition = { 160, 150 };
|
||||
SGPPoint OrigSnitchPosition={160,150};
|
||||
SGPPoint OrigSnitchTogglePosition={320,150};
|
||||
SGPPoint OrigSnitchSectorPosition={320,150};
|
||||
|
||||
SQUAD_NAMES SquadNames[20];
|
||||
|
||||
@@ -917,7 +927,18 @@ void RestoreBackgroundForAssignmentGlowRegionList( void )
|
||||
{
|
||||
ForceUpDateOfBox( ghTrainingBox );
|
||||
}
|
||||
|
||||
else if( fShowSnitchMenu == TRUE )
|
||||
{
|
||||
ForceUpDateOfBox( ghSnitchBox );
|
||||
if( fShowSnitchToggleMenu == TRUE )
|
||||
{
|
||||
ForceUpDateOfBox( ghSnitchToggleBox );
|
||||
}
|
||||
else if( fShowSnitchSectorMenu == TRUE )
|
||||
{
|
||||
ForceUpDateOfBox( ghSnitchSectorBox );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if( fDisableDueToBattleRoster )
|
||||
|
||||
Reference in New Issue
Block a user