mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- UB Improvements / Cleanup (by Jazz)
o Now there are 2 ways to play UB (1.13 and Vanilla): vfs_config.UB113.ini, vfs_config.UBVanilla.ini o UB: Source Code cleanup: Replaced hardcoded merc profiles with proper ENUMS, ... o Updated / added UB-Config values git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6330 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2433,11 +2433,11 @@ void HandleBloodCatDeaths( SECTORINFO *pSector )
|
||||
if( bNum != 0 )
|
||||
{
|
||||
//must make sure TEX doesnt say the quote
|
||||
if( bId1 != NOBODY && Menptr[ bId1 ].ubProfile != 64 )
|
||||
if( bId1 != NOBODY && Menptr[ bId1 ].ubProfile != TEX_UB )
|
||||
{
|
||||
TacticalCharacterDialogue( &Menptr[ bId1 ], QUOTE_RENEW_REFUSAL_DUE_TO_LACK_OF_FUNDS );
|
||||
}
|
||||
else if( bId2 != NOBODY && Menptr[ bId2 ].ubProfile != 64 )
|
||||
else if( bId2 != NOBODY && Menptr[ bId2 ].ubProfile != TEX_UB )
|
||||
{
|
||||
TacticalCharacterDialogue( &Menptr[ bId2 ], QUOTE_RENEW_REFUSAL_DUE_TO_LACK_OF_FUNDS );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user