mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
If DISABLE_EVOLUTION = FALSE, a merc's evolution is shown on their 'More Stats' page in the laptop.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8668 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2217,6 +2217,17 @@ void DisplayCharPersonality(INT32 iId, INT32 iSlot)
|
||||
++loc;
|
||||
++region;
|
||||
}
|
||||
|
||||
if ( !gGameExternalOptions.bDisableEvolution )
|
||||
{
|
||||
CHAR16 sStr2[200];
|
||||
swprintf( sStr2, szLaptopStatText[12 + gMercProfiles[pSoldier->ubProfile].bEvolution], pSoldier->GetName() );
|
||||
|
||||
mprintf( (INT16)( pPersonnelScreenPoints[loc].x + ( iSlot*TEXT_BOX_WIDTH ) ), ( pPersonnelScreenPoints[loc].y + 15 ), sStr2 );
|
||||
|
||||
++loc;
|
||||
++region;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -11344,6 +11344,14 @@ STR16 szLaptopStatText[] =
|
||||
L"直接对话", //L"Direct approach",
|
||||
L"威胁对话", //L"Threaten approach",
|
||||
L"招募对话", //L"Recruit approach",
|
||||
|
||||
L"%s learns with normal speed.", // TODO.Translate
|
||||
L"%s does not learn at all.",
|
||||
L"%s unlearns his skills.",
|
||||
L"%s learns with 3/4 speed.",
|
||||
|
||||
L"%s learns with 1/2 speed.",
|
||||
L"%s learns with 1/4 speed.",
|
||||
};
|
||||
|
||||
STR16 szGearTemplateText[] =
|
||||
|
||||
@@ -11360,6 +11360,14 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
||||
L"Direct approach",
|
||||
L"Threaten approach",
|
||||
L"Recruit approach",
|
||||
|
||||
L"%s learns with normal speed.", // TODO.Translate
|
||||
L"%s does not learn at all.",
|
||||
L"%s unlearns his skills.",
|
||||
L"%s learns with 3/4 speed.",
|
||||
|
||||
L"%s learns with 1/2 speed.",
|
||||
L"%s learns with 1/4 speed.",
|
||||
};
|
||||
|
||||
STR16 szGearTemplateText[] = // TODO.Translate
|
||||
|
||||
@@ -11344,6 +11344,14 @@ STR16 szLaptopStatText[] =
|
||||
L"Direct approach",
|
||||
L"Threaten approach",
|
||||
L"Recruit approach",
|
||||
|
||||
L"%s learns with normal speed.",
|
||||
L"%s does not learn at all.",
|
||||
L"%s unlearns his skills.",
|
||||
L"%s learns with 3/4 speed.",
|
||||
|
||||
L"%s learns with 1/2 speed.",
|
||||
L"%s learns with 1/4 speed.",
|
||||
};
|
||||
|
||||
STR16 szGearTemplateText[] =
|
||||
|
||||
@@ -11342,6 +11342,14 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
||||
L"Direct approach",
|
||||
L"Threaten approach",
|
||||
L"Recruit approach",
|
||||
|
||||
L"%s learns with normal speed.", // TODO.Translate
|
||||
L"%s does not learn at all.",
|
||||
L"%s unlearns his skills.",
|
||||
L"%s learns with 3/4 speed.",
|
||||
|
||||
L"%s learns with 1/2 speed.",
|
||||
L"%s learns with 1/4 speed.",
|
||||
};
|
||||
|
||||
STR16 szGearTemplateText[] = // TODO.Translate
|
||||
|
||||
@@ -11172,6 +11172,14 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
||||
L"Direct approach",
|
||||
L"Threaten approach",
|
||||
L"Recruit approach",
|
||||
|
||||
L"%s learns with normal speed.", // TODO.Translate
|
||||
L"%s does not learn at all.",
|
||||
L"%s unlearns his skills.",
|
||||
L"%s learns with 3/4 speed.",
|
||||
|
||||
L"%s learns with 1/2 speed.",
|
||||
L"%s learns with 1/4 speed.",
|
||||
};
|
||||
|
||||
STR16 szGearTemplateText[] = // TODO.Translate
|
||||
|
||||
@@ -11351,6 +11351,14 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
||||
L"Direct approach",
|
||||
L"Threaten approach",
|
||||
L"Recruit approach",
|
||||
|
||||
L"%s learns with normal speed.", // TODO.Translate
|
||||
L"%s does not learn at all.",
|
||||
L"%s unlearns his skills.",
|
||||
L"%s learns with 3/4 speed.",
|
||||
|
||||
L"%s learns with 1/2 speed.",
|
||||
L"%s learns with 1/4 speed.",
|
||||
};
|
||||
|
||||
STR16 szGearTemplateText[] = // TODO.Translate
|
||||
|
||||
@@ -11364,6 +11364,14 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
||||
L"Direct approach",
|
||||
L"Threaten approach",
|
||||
L"Recruit approach",
|
||||
|
||||
L"%s learns with normal speed.", // TODO.Translate
|
||||
L"%s does not learn at all.",
|
||||
L"%s unlearns his skills.",
|
||||
L"%s learns with 3/4 speed.",
|
||||
|
||||
L"%s learns with 1/2 speed.",
|
||||
L"%s learns with 1/4 speed.",
|
||||
};
|
||||
|
||||
STR16 szGearTemplateText[] = // TODO.Translate
|
||||
|
||||
@@ -11344,6 +11344,14 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
||||
L"Прямо",
|
||||
L"Threaten approach",
|
||||
L"Recruit approach",
|
||||
|
||||
L"%s learns with normal speed.", // TODO.Translate
|
||||
L"%s does not learn at all.",
|
||||
L"%s unlearns his skills.",
|
||||
L"%s learns with 3/4 speed.",
|
||||
|
||||
L"%s learns with 1/2 speed.",
|
||||
L"%s learns with 1/4 speed.",
|
||||
};
|
||||
|
||||
STR16 szGearTemplateText[] = // TODO.Translate
|
||||
|
||||
Reference in New Issue
Block a user