mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
- Added playable mercs: John Kulba (the tourist) and 3 JA1 natives (Elio, Juan, Wahan) (by anv)
o Added faces (except camo faces), speech, bio, ... o All those 4 mercs are available at M.E.R.C o Added INI options for enabling/disabling recruitable Speck, Kulba and natives o If enabled, Kulba becomes available as a MERC merc after finishing escort quest, delay is configurable (two weeks by default). He won't be available earlier even if MERC_WEBSITE_ALL_MERCS_AVAILABLE is set to TRUE see: http://www.bears-pit.com/board/ubbthreads.php/topics/298288/47.html - Improvement: MERC mercs get unlocked according to their own availability conditions, not to their order in MercAvailability.xml git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6258 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+7
-1
@@ -109,7 +109,7 @@ enum
|
||||
};
|
||||
|
||||
|
||||
|
||||
BOOLEAN CanMercBeAvailableDuringInit( UINT8 ubMercToCheck );// anv: for all mercs available
|
||||
void GameInitMercs();
|
||||
BOOLEAN EnterMercs();
|
||||
void ExitMercs();
|
||||
@@ -123,6 +123,9 @@ BOOLEAN RemoveMercBackGround();
|
||||
void DailyUpdateOfMercSite( UINT16 usDate);
|
||||
UINT8 GetMercIDFromMERCArray(UINT8 ubMercID);
|
||||
|
||||
UINT8 GetAvailableMercIndex(UINT8 gubCurMercIndex);
|
||||
UINT8 GetAvailableMercIDFromMERCArray(UINT8 ubMercID);
|
||||
|
||||
void DisplayTextForSpeckVideoPopUp(STR16 pString);
|
||||
|
||||
BOOLEAN IsMercMercAvailable( UINT8 ubMercID );
|
||||
@@ -157,6 +160,9 @@ void MakeBiffAwayForCoupleOfDays();
|
||||
#else
|
||||
BOOLEAN IsSpeckComAvailable();
|
||||
void HandleSpeckWitnessingEmployeeDeath( SOLDIERTYPE* pSoldier );
|
||||
|
||||
// anv: for Kulba hireable after escort quest
|
||||
void AddJohnAsMerc( );
|
||||
#endif
|
||||
|
||||
void InitializeNumDaysMercArrive();
|
||||
|
||||
Reference in New Issue
Block a user