mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Externalizations (by Buggler)
- 'Kingpin wants his money' history log hardcoded location to his actual location - John & Mary sector to disappear on quest completion - Dynamo prison sector for Matt's quest - Joey primary & alternate location to be found - Spike sector relocation when assassins are sent - Weapon cache locations git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6477 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -925,7 +925,8 @@ BOOLEAN CheckFact( UINT16 usFact, UINT8 ubProfileID )
|
||||
gubFact[usFact] = IsHisMineAtMaxProduction( ubProfileID );
|
||||
break;
|
||||
case FACT_DYNAMO_IN_J9:
|
||||
gubFact[usFact] = CheckNPCSector( DYNAMO, 9, MAP_ROW_J, 0 ) && NumEnemiesInAnySector( 9, 10, 0 );
|
||||
gubFact[usFact] = CheckNPCSector( DYNAMO, gModSettings.ubDyanmoPrisonSectorX, gModSettings.ubDyanmoPrisonSectorY, gModSettings.ubDyanmoPrisonSectorZ ) &&
|
||||
NumEnemiesInAnySector( gModSettings.ubDyanmoPrisonSectorX, gModSettings.ubDyanmoPrisonSectorY, gModSettings.ubDyanmoPrisonSectorZ ); //( 9, 10, 0 )
|
||||
break;
|
||||
case FACT_DYNAMO_ALIVE:
|
||||
gubFact[usFact] = ( gMercProfiles[ DYNAMO ].bMercStatus != MERC_IS_DEAD );
|
||||
|
||||
Reference in New Issue
Block a user