mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
More buddies/foes (by anv)
- Currently MercProfiles.xml contains 5 records for buddies and 5 for foes + 1 per "learn to", but in code only 2 first + "learn to" are handled. I changed it so all possible buddies and foes can be used, and it's possible to add their specific like/dislike quotes to quote .edts. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6538 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+1
-1
@@ -1244,7 +1244,7 @@ void HourlyMoraleUpdate( void )
|
||||
if (bOpinion == HATED_OPINION)
|
||||
{
|
||||
bHated = WhichHated( pSoldier->ubProfile, pOtherSoldier->ubProfile );
|
||||
if ( bHated >= 2 )
|
||||
if ( bHated >= 5 )
|
||||
{
|
||||
// learn to hate which has become full-blown hatred, full strength
|
||||
fFoundHated = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user